summaryrefslogtreecommitdiff
path: root/fs/elf.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-10 10:15:49 +0200
committerMiguel <m.i@gmx.at>2018-10-10 10:15:49 +0200
commite9495844291a85a1f7ba3c76742a0dd1bf574e5f (patch)
treea0d2ba779ed8e471758a77745250731a1596182b /fs/elf.c
parent63e5017d9863d4ed215782e469e8ee2c6ff8473d (diff)
hosted gcc compiler
Diffstat (limited to 'fs/elf.c')
-rw-r--r--fs/elf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/elf.c b/fs/elf.c
index f6d8ffe..a01f7c6 100644
--- a/fs/elf.c
+++ b/fs/elf.c
@@ -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;
}