feature: start to implement keyboard handler and better isrs/irqs
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#include "drivers.h"
|
||||
#include "gdt.h"
|
||||
#include "idt.h"
|
||||
#include "kprintf.h"
|
||||
@ -27,5 +28,8 @@ void kernel_main(void)
|
||||
init_gdt();
|
||||
init_idt();
|
||||
init_memory();
|
||||
/* load_drivers(); */
|
||||
/* while (42) */
|
||||
/* ; */
|
||||
shell_init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user