diff options
Diffstat (limited to 'kernel/kernel.c')
| -rw-r--r-- | kernel/kernel.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c index d3555d1..898994c 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -52,10 +52,6 @@ void kernel_main() vesa_init(0x8300,0x8400,0x7200); // - // Now Fool OS can say hello :) - log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,KERNEL_HELLO_MESSAGE); - - // // PIT config (timer) timer_init(); @@ -63,7 +59,7 @@ void kernel_main() mem_init(0x7c00+0x400,*((uint16_t *)(0x7c00+0x600))); // paging (Todo) - //vmem_init(); + vmem_init(); // init and interrupt decriptor table int_init(0x08); |
