not sure what these changes were

This commit is contained in:
Nicholas Orlowsky 2025-02-02 12:44:18 -05:00
parent cd3d8871df
commit 50f5723733
3 changed files with 31 additions and 2 deletions

View file

@ -1,5 +1,6 @@
#include "./scheduler.c"
#include "./vga.c"
#include "./rsdp.c"
#include <stdint.h>
#include "./test_processes.c"
@ -13,7 +14,10 @@ int kernel_main() {
outb(0x3D4, 0x0A);
outb(0x3D5, 0x20);
find_rsdp();
for(;;){}
clear_screen();
interrupt_disable();