#include // This must kinda be at the top int main(u32 *mem_info, u32 *vid_info) { mem_info++; // TODO: Use the mmap! vid_info++; // TODO: Use the VBE struct! while (1) { }; return 0; }