summaryrefslogtreecommitdiff
path: root/kernel/kernel.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-28 11:13:06 +0200
committerMiguel <m.i@gmx.at>2018-09-28 11:13:06 +0200
commit5f6c2bcf0d2f9c416134aba224d90a605f216818 (patch)
tree6fda812ecd1ce06f743c292f3d0495d0b2941bbd /kernel/kernel.c
parent4ddca59e2c07a98988ffb07571d2b35c4c90f5ac (diff)
struggling with scheduler and userprog to view ppm files
Diffstat (limited to 'kernel/kernel.c')
-rw-r--r--kernel/kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c
index f926139..e7bef1d 100644
--- a/kernel/kernel.c
+++ b/kernel/kernel.c
@@ -62,7 +62,7 @@ void kernel_main(uint32_t eax,uint32_t ebx)
// -- GET CONFIGS -- //
klog("Read Multiboot Structures ...");
multiboot_information *cfg_multiboot;
- cfg_multiboot=multiboot_read(eax, ebx,true); // true for silent
+ cfg_multiboot=multiboot_read(eax, ebx,false); // true for silent
// elf_multiboot_read(cfg_multiboot); // just show kernel section headers
klog("Read Advanced Power Configuration Interface (ACPI) Structures ...");