getting rid of shit to focus more on kernel, drivers, and real stuff

This commit is contained in:
2025-01-07 14:58:45 +01:00
parent 14a9bdad7d
commit 27569fd5d8
31 changed files with 6 additions and 2388 deletions

View File

@@ -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");
}