summaryrefslogtreecommitdiff
path: root/kernel/mem.h
blob: 76d12b0f12143e47afdf0a47d7b4ce99f7a284f4 (plain)
1
2
3
4
5
6
#include "multiboot.h"
typedef uint32_t physical_address;
physical_address* pmmngr_alloc_block ();
void pmmngr_free_block (physical_address* p);
uint32_t mem_init(multiboot_information *info);
uint32_t mem_get_free_blocks_count();