Call vgaclearmode before doing a local boot.
authorhpa <hpa>
Mon, 9 Apr 2001 00:30:20 +0000 (00:30 +0000)
committerhpa <hpa>
Mon, 9 Apr 2001 00:30:20 +0000 (00:30 +0000)
pxelinux.asm

index 2a357c1..750c3bd 100644 (file)
@@ -2140,6 +2140,7 @@ is_bss_sector:
 ; AX contains the appropriate return code.
 ;
 local_boot:
+               call vgaclearmode
                lss sp,[cs:Stack]               ; Restore stack pointer
                pop ds                          ; Restore DS
                mov [LocalBootType],ax