summaryrefslogtreecommitdiff
path: root/comboot.inc
diff options
context:
space:
mode:
authorhpa <hpa>2005-01-12 00:34:54 +0000
committerhpa <hpa>2005-01-12 00:34:54 +0000
commit25ac97ff571bf6b5891921f6e5f1b6f45806314a (patch)
treebd4dc3873d43dfd03e0312d229c61a5256f12c12 /comboot.inc
parenta740cb88107937fe0758aa6e520fb4cc552157fc (diff)
downloadsyslinux-25ac97ff571bf6b5891921f6e5f1b6f45806314a.tar.gz
3.07: Fix chainloading
Diffstat (limited to 'comboot.inc')
-rw-r--r--comboot.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/comboot.inc b/comboot.inc
index 83b57f46..d8a55a8a 100644
--- a/comboot.inc
+++ b/comboot.inc
@@ -1,7 +1,7 @@
;; $Id$
;; -----------------------------------------------------------------------
;;
-;; Copyright 1994-2004 H. Peter Anvin - All Rights Reserved
+;; Copyright 1994-2005 H. Peter Anvin - All Rights Reserved
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -527,7 +527,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
+%elif IS_SYSLINUX || IS_MDSLINUX || IS_EXTLINUX
; Restore original FDC table
mov eax,[OrigFDCTabPtr]
mov [fdctab],eax
@@ -539,7 +539,6 @@ comapi_cleanup:
clc
ret
-
;
; INT 22h AX=000Dh Clean up then replace bootstrap
;