From e9495844291a85a1f7ba3c76742a0dd1bf574e5f Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 10 Oct 2018 10:15:49 +0200 Subject: hosted gcc compiler --- fs/elf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fs') 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; } -- cgit v1.2.3