getting rid of shit to focus more on kernel, drivers, and real stuff
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#include "multiboot2.h"
|
||||
#include "kheap.h"
|
||||
#include "initrd.h"
|
||||
#include "../utils/utils.h"
|
||||
#include "../libc/crypto.h"
|
||||
|
||||
void kmain(multiboot2_info *mb_info)
|
||||
@@ -126,6 +125,6 @@ void kmain(multiboot2_info *mb_info)
|
||||
|
||||
timer_install();
|
||||
keyboard_install();
|
||||
printf("[kernel] spawning shell...\n");
|
||||
shell_install();
|
||||
printf("Nothing to do, halting...");
|
||||
asm("hlt");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user