diff --git a/sys/kernel/ld.c b/sys/kernel/ld.c index f161261..ed25fc6 100644 --- a/sys/kernel/ld.c +++ b/sys/kernel/ld.c @@ -145,7 +145,7 @@ case PT_GNU_STACK: - kprintf("[%s:%i] PT_GNU_STACK", __FILE__, __LINE__); + kprintf("[%s:%i] PT_GNU_STACK - p_vaddr: 0x%X, p_offset: 0x%X, p_filesz: 0x%X\n", __FILE__, __LINE__, programHeader[i].p_vaddr, programHeader[i].p_offset, programHeader[i].p_filesz ); /* Tells us if the stack should be executable. Failsafe to executable until we add checking */ break;