Added Global Descriptor Table(GDT)...not working yet(as always)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include "drivers/tty.h"
|
||||
#include "drivers/gdt.h"
|
||||
#include "libc/stdio.h"
|
||||
|
||||
void kernel_main() {
|
||||
clear_prompt();
|
||||
init_prompt();
|
||||
init_prompt(); // Initialize frame buffer
|
||||
gdt_setup(); // Setup Global Descriptor Table
|
||||
|
||||
puts("Hello World!");
|
||||
}
|
||||
Reference in New Issue
Block a user