summaryrefslogtreecommitdiff
path: root/core/init.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2014-02-13 16:27:50 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2014-02-13 16:27:50 -0800
commitfb4eeb70f5f5b122319ad3f6474b38b6d4a389dd (patch)
tree20c1d124d1435567210112ea0708bfe68eddfaf5 /core/init.inc
parenta5727651bb78e7cd1bd90046e24fbcedf4f7dfb9 (diff)
downloadsyslinux-fb4eeb70f5f5b122319ad3f6474b38b6d4a389dd.tar.gz
comapi: Remove the comapi interfaces completely
Remove the last bits of the comapi interfaces completely. This does not install stub handlers for the INT 20-3Fh handlers, as we don't support loading old COMBOOT/COM32/COM32R images anymore. We could put those back if we really need them. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'core/init.inc')
-rw-r--r--core/init.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/init.inc b/core/init.inc
index b74cf30b..8ecbdbd8 100644
--- a/core/init.inc
+++ b/core/init.inc
@@ -39,12 +39,6 @@ common_init:
pm_call init
;
-; Set up the COMBOOT APIs
-;
- call comboot_setup_api
-
- section .text16
-;
; The code to decompress the PM code and initialize other segments.
;
extern _lzo1x_decompress_asm_fast_safe