wok rev 22008
linld: ipxe support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 19 11:12:33 2019 +0200 (2019-10-19) |
parents | 5b6c86ca3faa |
children | adc67a2324c0 |
files | linld/stuff/src/JUMP.ASM |
line diff
1.1 --- a/linld/stuff/src/JUMP.ASM Sat Oct 19 10:25:12 2019 +0200 1.2 +++ b/linld/stuff/src/JUMP.ASM Sat Oct 19 11:12:33 2019 +0200 1.3 @@ -128,11 +128,11 @@ 1.4 mov ax,[ss:024Ch] 1.5 jne @@notzimage 1.6 @@isipxe: 1.7 - push cs 1.8 - call @last_ditch$qv 1.9 dos_shutdown ; clear si; ds=0 1.10 push cs 1.11 pop ds 1.12 + push cs 1.13 + call @last_ditch$qv 1.14 @@notzimage: 1.15 xor ax,2b30h 1.16 je @@isipxe