not sure what these changes were
This commit is contained in:
parent
cd3d8871df
commit
50f5723733
3 changed files with 31 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue