#include "types.h" #include "interrupts.h" // handles the main initialization things for the main kernel routine later on u32 kinit(); void kmain();