diff --git a/kernel/memory.c b/kernel/memory.c index 045997d..0e732f2 100644 --- a/kernel/memory.c +++ b/kernel/memory.c @@ -24,6 +24,7 @@ static int bitmap = 0; static uint last_block; uint get_phys_mem_size() { + // TODO: read actual mappings uint e820_count = (uint) *BIOS_E820; return e820_count; }