summaryrefslogtreecommitdiff
path: root/kernel/multiboot.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-10 00:54:35 +0200
committerMiguel <m.i@gmx.at>2018-09-10 00:54:35 +0200
commit88c5873713a4eda47d299abd9cecaa49221ec9fe (patch)
tree0eeb21f69824ddbef5e3076704fc099d65848244 /kernel/multiboot.h
parent074490c63dd09fc941b1162f62af1985ee9576d3 (diff)
physical memory manager review et al.
Diffstat (limited to 'kernel/multiboot.h')
-rw-r--r--kernel/multiboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/multiboot.h b/kernel/multiboot.h
index 09f7286..1c9c713 100644
--- a/kernel/multiboot.h
+++ b/kernel/multiboot.h
@@ -68,6 +68,6 @@ typedef struct multiboot_mod_struct
}multiboot_mod;
-multiboot_information* multiboot_read(uint32_t eax, uint32_t ebx);
+multiboot_information* multiboot_read(uint32_t eax, uint32_t ebx,bool silent);
#endif