From 88c5873713a4eda47d299abd9cecaa49221ec9fe Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 10 Sep 2018 00:54:35 +0200 Subject: physical memory manager review et al. --- kernel/multiboot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/multiboot.h') 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 -- cgit v1.2.3