mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
minor fix
This commit is contained in:
parent
6a0be21cec
commit
e60138f976
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
00000018: 7080 0408 3400 0000 e_entry=0x08048070,e_phoff=<phdr>
|
||||
00000020: 0000 0000 0000 0000 e_shoff,e_flags
|
||||
00000028: 3400 2000 0100 0000 e_ehsize,e_phentsize,e_phnum,e_shentsize
|
||||
00000030: 0000 0000 0100 0000 e_shnum,e_shstrndx,<phdr> PT_LOAD
|
||||
00000030: 0000 0000 0100 0000 e_shnum,e_shstrndx,<phdr>p_type=PT_LOAD
|
||||
00000038: 0000 0000 0080 0408 p_offset,p_vaddr=0x08048000
|
||||
00000040: 0000 0000 c803 0000 p_paddr,p_filesz
|
||||
00000048: 0000 0008 0700 0000 p_memsz(128MB),PF_X|PF_W|PF_R
|
||||
00000048: 0000 0008 0700 0000 p_memsz(128MB),p_flags=PF_X|PF_W|PF_R
|
||||
00000050: 0010 0000 c883 0408 p_align, <here>
|
||||
00000058: a883 0408 e880 0408 <latest:init="=">, <interpreter>key
|
||||
00000060: 6881 0408 9881 0408 find execute
|
||||
|
|
Loading…
Reference in a new issue