feature: both physical and virtual allocators should be done
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include "alloc.h"
|
||||
#include "gdt.h"
|
||||
#include "kpanic.h"
|
||||
#include "kprintf.h"
|
||||
#include "memory.h"
|
||||
#include "shell.h"
|
||||
@ -32,5 +33,6 @@ void kernel_main(void)
|
||||
kprintf(KERN_NOTICE "KERN_NOTICE\n");
|
||||
kprintf(KERN_INFO "KERN_INFO\n");
|
||||
kprintf(KERN_DEBUG "KERN_DEBUG\n");
|
||||
vmalloc(10);
|
||||
shell_init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user