#pragma once extern "C" { #include "../libc/include/string.h" #include "arch/i386/tty/kterm.h" } #include "multiboot.h" #include "arch/i386/idt/idt.h" #include "MMU.h" #include "io.h" #include "time.h" #include "cpu.h" #include "arch/i386/vga/VBE.h" #define CHECK_FLAG(flags, bit) ((flags) & (1 <<(bit))) /* This needs to be moved! */ /** * simple delay function **/ void delay(int t){ volatile int i,j; for(i=0;i