diff options
author | hpa <hpa> | 2003-04-11 05:44:56 +0000 |
---|---|---|
committer | hpa <hpa> | 2003-04-11 05:44:56 +0000 |
commit | 8def34839dc959a9135f488ebf9e138b2ebe6112 (patch) | |
tree | 0f24c3894891a48e0b7f54e2f0cc35f11787b5ca /comboot.inc | |
parent | 88655a662ad758e293f8389e1c1893ea5f97118c (diff) | |
download | syslinux-8def34839dc959a9135f488ebf9e138b2ebe6112.tar.gz |
Preparations for work on MDSLINUX, if it ever happens
Diffstat (limited to 'comboot.inc')
-rw-r--r-- | comboot.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comboot.inc b/comboot.inc index 2388ad17..5e1d8e94 100644 --- a/comboot.inc +++ b/comboot.inc @@ -449,7 +449,7 @@ comapi_pxecall equ comapi_err ; Not available ; comapi_derinfo: mov P_AL,my_id -%if IS_SYSLINUX +%if IS_SYSLINUX || IS_MDSLINUX mov al,[bsDriveNumber] mov P_DL,al mov P_ES,cs @@ -499,7 +499,7 @@ comapi_cleanup: test dl,3 setnz [KeepPXE] call unload_pxe -%elif IS_SYSLINUX +%elif IS_SYSLINUX || IS_MDSLINUX ; Restore original FDC table mov eax,[OrigFDCTabPtr] mov [fdctab],eax |