compile time tseting flags available in kernel_main
This commit is contained in:
parent
6062641ec1
commit
814f361e8b
8
kernel.c
8
kernel.c
@ -6,15 +6,21 @@
|
||||
#include "kbd.h"
|
||||
#include "stlio.h"
|
||||
#include "mem.h"
|
||||
|
||||
#ifdef TESTING
|
||||
#include "tests.h"
|
||||
#include "shell.h"
|
||||
#endif
|
||||
|
||||
#include "jank-shell/shell.h"
|
||||
|
||||
void kinit() {
|
||||
//gdt_configure();
|
||||
init_idt();
|
||||
pit_install_timer();
|
||||
kbd_install_keyboard();
|
||||
#ifdef TESTING
|
||||
test_dispatcher();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user