filtering support addded.

committer: ml1050 <ml1050> 976877290 +0000
This commit is contained in:
László Molnár
2000-12-15 10:48:10 +00:00
parent e18d9a036b
commit 376db3edca
+8 -4
View File
@@ -48,12 +48,14 @@ start:
mov ss, eax mov ss, eax
mov esp, 'STAK' ; 0x90000 mov esp, 'STAK' ; 0x90000
or ebp, byte -1
mov eax, 'KEIP' ; 0x100000 - address of startup_32 mov eax, 'KEIP' ; 0x100000 - address of startup_32
push eax push eax
push edi push edi
push esi push esi
or ebp, byte -1 %ifdef __LZCALLT1__
push eax
%endif; __LZDUMMY0__
%ifdef __LBZIMAGE__ %ifdef __LBZIMAGE__
mov esi, 'ESI0' mov esi, 'ESI0'
mov edi, 'EDI0' mov edi, 'EDI0'
@@ -91,7 +93,10 @@ checka20:
%include "n2d_d32.ash" %include "n2d_d32.ash"
; ============= ; =============
; __LINUZ990__ %ifdef __LZCALLT9__
pop edi
cjt32 0
%endif; __LINUZ990__
pop esi pop esi
pop edi pop edi
xor ebx, ebx ; booting the 1st cpu xor ebx, ebx ; booting the 1st cpu
@@ -108,4 +113,3 @@ eof:
section .data section .data
dd -1 dd -1
dw eof dw eof