diff options
author | hpa <hpa> | 2005-01-05 12:00:27 +0000 |
---|---|---|
committer | hpa <hpa> | 2005-01-05 12:00:27 +0000 |
commit | 7c2df92d9aaed17bee41f2ce4d469297d927f61c (patch) | |
tree | a018c255a756da1763b124461a9a264dd88746db /comboot.inc | |
parent | 700e74739b7b99068120eabe689771334ce6d508 (diff) | |
download | syslinux-7c2df92d9aaed17bee41f2ce4d469297d927f61c.tar.gz |
EXTLINUX: return derivative-specific information. Begin 3.03 devel cycle.
Diffstat (limited to 'comboot.inc')
-rw-r--r-- | comboot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comboot.inc b/comboot.inc index 44d02d82..ae418b6f 100644 --- a/comboot.inc +++ b/comboot.inc @@ -472,7 +472,7 @@ comapi_pxecall equ comapi_err ; Not available ; comapi_derinfo: mov P_AL,my_id -%if IS_SYSLINUX || IS_MDSLINUX +%if IS_SYSLINUX || IS_MDSLINUX || IS_EXTLINUX mov al,[DriveNumber] mov P_DL,al mov P_ES,cs |