summaryrefslogtreecommitdiff
path: root/core/comboot.inc
diff options
context:
space:
mode:
authorSebastian Herbszt <herbszt@gmx.de>2012-10-14 15:38:58 +0200
committerMatt Fleming <matt.fleming@intel.com>2012-10-15 08:57:25 +0100
commitadeae7c9c7079aacb6b36467b81c22eb8b17f002 (patch)
tree637efe032f5fe9a0484cbc16ea1f9a682a66f04d /core/comboot.inc
parent082ccb96eed9c6a06de0801ef4f15d33076f2457 (diff)
downloadsyslinux-adeae7c9c7079aacb6b36467b81c22eb8b17f002.tar.gz
comboot: remove comapi_chainbootsyslinux-4.06-pre14
comapi_chainboot was obsoleted in 3.80. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'core/comboot.inc')
-rw-r--r--core/comboot.inc15
1 files changed, 1 insertions, 14 deletions
diff --git a/core/comboot.inc b/core/comboot.inc
index d6f670c9..61c8a3b7 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -651,21 +651,8 @@ comapi_cleanup:
ret
;
-; INT 22h AX=000Dh Clean up then replace bootstrap
+; INT 22h AX=000Dh Obsolete
;
-comapi_chainboot:
- call comapi_cleanup
- mov eax,P_EDI
- mov [trackbuf+4],eax ; Copy from
- mov eax,P_ECX
- mov [trackbuf+8],eax ; Total bytes
- mov eax,7C00h
- mov [trackbuf],eax ; Copy to
- push eax ; Entry point on stack
- mov esi,P_ESI
- mov edx,P_EBX
- mov bx,P_DS
- jmp replace_bootstrap_one
;
; INT 22h AX=000Eh Get configuration file name