1 2 3 4 5
#include "types.h" #include "multiboot.h" physical_address* pmmngr_alloc_block (); void pmmngr_free_block (physical_address* p); uint32_t mem_init(multiboot_information *info);