core: remove references to MDSLINUX
authorH. Peter Anvin <hpa@zytor.com>
Sun, 19 Apr 2009 22:39:19 +0000 (15:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 19 Apr 2009 22:39:19 +0000 (15:39 -0700)
MDSLINUX (Multiple Disk Syslinux) will never happen, kill references
to it.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/bootsect.inc
core/comboot.inc
core/macros.inc
core/ui.inc

index 373c649..e7c2903 100644 (file)
@@ -25,7 +25,7 @@
 ; Load a boot sector
 ;
 is_bootsector:
-%if IS_SYSLINUX || IS_MDSLINUX
+%if IS_SYSLINUX
                ; Transfer zero bytes
                push word 0
                jmp short load_bootsec
@@ -48,7 +48,7 @@ load_bootsec:
                mov eax,7C00h           ; Entry point
                mov [trackbuf],eax      ; Copy to this address
 
-%if IS_SYSLINUX || IS_MDSLINUX
+%if IS_SYSLINUX
                xor ecx,ecx
                pop cx
 
@@ -61,7 +61,7 @@ load_bootsec:
 
                xor edx,edx
                xor esi,esi
-%if IS_SYSLINUX || IS_MDSLINUX || IS_EXTLINUX
+%if IS_SYSLINUX || IS_EXTLINUX
                ; Restore original FDC table
                mov eax,[OrigFDCTabPtr]
                mov [fdctab],eax
index c169414..4db0b3e 100644 (file)
@@ -599,7 +599,7 @@ comapi_derinfo:
                mov P_DL,al
                mov P_FS,cs
                mov P_SI,OrigESDI
-%if IS_SYSLINUX || IS_MDSLINUX || IS_EXTLINUX
+%if IS_SYSLINUX || IS_EXTLINUX
                mov P_ES,cs
                mov P_BX,PartInfo
 %elif IS_ISOLINUX
@@ -645,7 +645,7 @@ comapi_cleanup:
                sub bp,sp               ; unload_pxe may move the stack around
                call unload_pxe
                add bp,sp               ; restore frame pointer...
-%elif IS_SYSLINUX || IS_MDSLINUX || IS_EXTLINUX
+%elif IS_SYSLINUX || IS_EXTLINUX
                ; Restore original FDC table
                mov eax,[OrigFDCTabPtr]
                mov [fdctab],eax
@@ -850,7 +850,7 @@ comapi_userfont:
 ;
 ; INT 22h AX=0019h  Read disk
 ;
-%if IS_SYSLINUX || IS_MDSLINUX || IS_ISOLINUX || IS_EXTLINUX
+%if IS_SYSLINUX || IS_ISOLINUX || IS_EXTLINUX
 comapi_readdisk:
                mov esi,P_ESI           ; Enforce ESI == EDI == 0, these
                or esi,P_EDI            ; are reserved for future expansion
index 1c30058..1aa2b2c 100644 (file)
 %else
  %define IS_SYSLINUX 0
 %endif
-%ifdef IS_MDSLINUX
- %define MY_NAME 'MDSLINUX'
-%else
- %define IS_MDSLINUX 0
-%endif
 %ifdef IS_PXELINUX
  %define MY_NAME 'PXELINUX'
 %else
index 4c6e04a..aa86c56 100644 (file)
@@ -678,7 +678,7 @@ is_bad_image:
                call writestr
                jmp enter_command
 
-%if IS_SYSLINUX || IS_MDSLINUX
+%if IS_SYSLINUX
                ; ok
 %else
 is_bss_sector  equ is_bad_image