interrupts
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
#include "idt.h"
|
||||
#include "vga.h"
|
||||
|
||||
void kernel_main(void)
|
||||
{
|
||||
vga_clear();
|
||||
|
||||
idt_init();
|
||||
|
||||
vga_print("Welcome to nub OS\n");
|
||||
|
||||
int x = 1 / 0;
|
||||
}
|
||||
Reference in New Issue
Block a user