// MIT License, Copyright (c) 2020 Marvin Borner // This file specifies the structs passed by the bootloader #include #include struct vid_info { u32 mode; struct vbe *info; }; struct mem_info { u64 base; u64 len; u64 type; };