diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/elf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -184,6 +184,7 @@ uint32_t load_elf(char *name, uint32_t *alloc) } klog("heap starts at: 0x%08X",*alloc); + klog("entry point: 0x%08X",elf->e_entry); return elf->e_entry; } |
