...
This commit is contained in:
10
src/kernel.c
10
src/kernel.c
@@ -4,11 +4,15 @@
|
||||
void kernel_main(void)
|
||||
{
|
||||
vga_clear();
|
||||
vga_print_success();
|
||||
vga_print(" VGA intialzied\n");
|
||||
|
||||
idt_init();
|
||||
vga_print_success("IDT intialzied\n");
|
||||
vga_print_success();
|
||||
vga_print(" IDT intialzied\n");
|
||||
|
||||
vga_print("Welcome to nub OS\n");
|
||||
vga_print("\nWelcome to nub OS\n");
|
||||
vga_print(">");
|
||||
|
||||
int i = 2 / 0;
|
||||
int x = 1 / 0;
|
||||
}
|
||||
Reference in New Issue
Block a user