diff options
Diffstat (limited to 'stage3/main.c')
-rw-r--r-- | stage3/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stage3/main.c b/stage3/main.c index 9f738d5..ac915ff 100644 --- a/stage3/main.c +++ b/stage3/main.c @@ -88,9 +88,11 @@ void kmain() // font init font_init(); font_set_size(1); - font_load_classic(); + font_load_builtin(); font_clear_screen(); + print(S("welcome to cuddles\n")); + // memory map print(S("memory map:\n")); for (usize i = 0; i < n_mreg; i++) { |