diff options
Diffstat (limited to 'kernel/multiboot.c')
| -rw-r--r-- | kernel/multiboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
