MFi386: revision 1.4.

This commit is contained in:
nyan 2004-10-24 12:16:18 +00:00
parent 39595f1f47
commit 7e8cc3ff98

View File

@ -30,7 +30,15 @@
#
# Client entry point.
#
_start: movl %eax,__base # Set base address
_start: cld
pushl %eax
movl $_edata,%edi
movl $_end,%ecx
subl %edi, %ecx
xorb %al, %al
rep
stosb
popl __base
movl %esp,%eax # Set
addl $ARGADJ,%eax # argument
movl %eax,__args # pointer