From 70ed58a027138a1a6b4dc6b2e4a1ea8d79d42fbc Mon Sep 17 00:00:00 2001 From: hpa Date: Sun, 21 Aug 2005 06:26:30 +0000 Subject: Clean up(?) the local boot issues? --- pxelinux.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pxelinux.asm b/pxelinux.asm index e1ad103e..331a84e7 100644 --- 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 -- cgit