ELF-x86.hex _start

This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-05-01 11:59:41 +02:00 committed by Jan Nieuwenhuizen
parent 03c718cff8
commit b2109855e4
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
03 00 # e_machine Indicating 386
01 00 00 00 # e_version Indicating original elf
&ELF_text # e_entry Address of the entry point
&_start # e_entry Address of the entry point
%ELF_program_headers>ELF_base # e_phoff Address of program header table
%ELF_section_headers>ELF_base # e_shoff Address of section header table