mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
MFi386: revision 1.4.
This commit is contained in:
parent
3ad0b93804
commit
c25984c97c
1 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue