projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c2dc2
)
Clean up(?) the local boot issues?
author
hpa
<hpa>
Sun, 21 Aug 2005 06:26:30 +0000
(06:26 +0000)
committer
hpa
<hpa>
Sun, 21 Aug 2005 06:26:30 +0000
(06:26 +0000)
pxelinux.asm
patch
|
blob
|
history
diff --git
a/pxelinux.asm
b/pxelinux.asm
index
e1ad103
..
331a84e
100644
(file)
--- a/
pxelinux.asm
+++ b/
pxelinux.asm
@@
-896,9
+896,8
@@
config_scan:
; AX contains the appropriate return code.
;
local_boot:
- mov si,cs
- mov ds,si ; Restore DI
- lss esp,[BaseStack]
+ push cs
+ pop ds
mov [LocalBootType],ax
call vgaclearmode
mov si,localboot_msg