#include #include int Entry(void *Info); // void _start(void *Raw) // { // UNUSED(Raw); // error("ERROR! INVALID BOOT PROTOCOL!"); // while (1) // asmv("hlt"); // Entry(NULL); // return; // }