diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/elf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,7 +77,8 @@ uint32_t load_elf(char *name, uint32_t *alloc) //TODO: load ELF binary and move this to own compilation unit //load binary - uint32_t vaddr=0x08000000; + //uint32_t vaddr=0x08000000; + uint32_t vaddr=0x08048000; log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"loading %s",name); ext2_check(ext2_ramimage); @@ -170,5 +171,4 @@ uint32_t load_elf(char *name, uint32_t *alloc) log(FOOLOS_MODULE_NAME,FOOLOS_LOG_DEBUG,"heap starts at: 0x%08X",*alloc); return elf->e_entry; - } |
