diff options
Diffstat (limited to 'kernel/main.c')
| -rw-r--r-- | kernel/main.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/kernel/main.c b/kernel/main.c deleted file mode 100644 index 96f3572..0000000 --- a/kernel/main.c +++ /dev/null @@ -1,18 +0,0 @@ -#include <stdint.h> -#include <multiboot2.h> -#include <graphics.h> -#include <idt.h> -#include <debug.h> - -int kernel_main(mb2_tag_header* multiboot_bootinfo, uint32_t multiboot_magic) -{ - init_idt(); - init_fb(multiboot_bootinfo, multiboot_magic); - - fb_draw_string(fb, "Still working...", 8, 0, WHITE, BLACK); - - for(;;) { - __asm__ volatile ("hlt;"); - } - return 0; -} |
