Clean up(?) the local boot issues?
authorhpa <hpa>
Sun, 21 Aug 2005 06:26:30 +0000 (06:26 +0000)
committerhpa <hpa>
Sun, 21 Aug 2005 06:26:30 +0000 (06:26 +0000)
pxelinux.asm

index e1ad103..331a84e 100644 (file)
@@ -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