#include "../Common/bootinfo.h" #include #include void KernelMain(Bootinfo* bootinfo) { OSLog("Kernel started.\n"); DTBParse(bootinfo->dtb); }