commit | d3a652e7f951c790a16fe1249ed8e288ac44b8fc | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Feb 21 22:16:06 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Sun Feb 21 22:16:06 2021 -0800 |
tree | 74b05e884daa875687bd6e6a5ee95db9580a07ac | |
parent | 7eef438ef8a5601754ae6ed9b782508482671fcb [diff] [blame] |
Move kernel to higher half
diff --git a/src/kernel/main.c b/src/kernel/main.c index 15b6c09..eeef814 100644 --- a/src/kernel/main.c +++ b/src/kernel/main.c
@@ -7,6 +7,8 @@ int kmain(void *mboot) { +// initialize_paging(); + vga_clear(); vga_set_color(LIGHT_BLUE, BLACK); vga_write("Hello!\nWelcome to Bluejay OS\n"); @@ -20,7 +22,6 @@ init_timer(20); - initialize_paging(); init_kbd(); asm volatile("sti");