summaryrefslogtreecommitdiff
path: root/kernel/mem.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-15 02:34:33 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-15 02:34:33 +0200
commit9b152b773d40d40abf41a46be2ddae8905170fdf (patch)
tree7e6ee94e0af8804e11a2725028e8566cb2387c89 /kernel/mem.h
parent0365bbb5c58912fd24b3d33b90477d3de5d46d96 (diff)
using ramimage position and correct kernel pages count
Diffstat (limited to 'kernel/mem.h')
-rw-r--r--kernel/mem.h2
1 files changed, 1 insertions, 1 deletions
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);