From 75f0977e41004511bd475ee75a24fd04db4ddc39 Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 11 Sep 2018 00:33:28 +0200 Subject: little cleanup vmem, parse kernel section headers --- kernel/multiboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/multiboot.c') diff --git a/kernel/multiboot.c b/kernel/multiboot.c index ada9a4e..62583b2 100644 --- a/kernel/multiboot.c +++ b/kernel/multiboot.c @@ -41,7 +41,7 @@ multiboot_information* multiboot_read(uint32_t eax, uint32_t ebx, bool silent) if(info->flags&&1<<5) { - klog("[4/5] ELF table: %d entries (sized %d) at 0x%08X",info->syms[0],info->syms[1],info->syms[2]); + klog("[4/5] ELF table: %d entries (sized %d) at 0x%08X with strings at %d",info->syms[0],info->syms[1],info->syms[2],info->syms[3]); } if(info->flags&&1<<6) -- cgit v1.2.3