From 9b152b773d40d40abf41a46be2ddae8905170fdf Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 15 May 2015 02:34:33 +0200 Subject: using ramimage position and correct kernel pages count --- kernel/mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/mem.h') diff --git a/kernel/mem.h b/kernel/mem.h index 32b1160..c7e905e 100644 --- a/kernel/mem.h +++ b/kernel/mem.h @@ -2,4 +2,4 @@ #include "multiboot.h" physical_address* pmmngr_alloc_block (); void pmmngr_free_block (physical_address* p); -void mem_init(multiboot_information *info); +uint32_t mem_init(multiboot_information *info); -- cgit v1.2.3