aboutsummaryrefslogtreecommitdiffstats
path: root/core/isolinux.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-17 16:52:03 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-17 16:52:03 -0700
commit2e3ae321ae7a86ab037827d05c3934ba77c333a6 (patch)
tree90296a7fd8e6411a7dac2505f6fa17681470e086 /core/isolinux.asm
parent47b29a3710a40b3e09d73b3cf155d2e5c21991e3 (diff)
downloadsyslinux-2e3ae321ae7a86ab037827d05c3934ba77c333a6.tar.gz
core: move common module includes to common.inc
A lot of modules are common to *all* the derivatives (as opposed to just "most"); move those to common.inc. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/isolinux.asm')
-rw-r--r--core/isolinux.asm14
1 files changed, 1 insertions, 13 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm
index 4edee62c..3be435b7 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -1702,20 +1702,8 @@ getfssec:
; Common modules
; -----------------------------------------------------------------------------
-%include "getc.inc" ; getc et al
-%include "conio.inc" ; Console I/O
-%include "configinit.inc" ; Initialize configuration
-%include "parseconfig.inc" ; High-level config file handling
-%include "parsecmd.inc" ; Low-level config file handling
-%include "pm.inc" ; Protected mode
-%include "bcopy32.inc" ; 32-bit bcopy
-%include "loadhigh.inc" ; Load a file into high memory
-%include "font.inc" ; VGA font stuff
-%include "graphics.inc" ; VGA graphics
-%include "highmem.inc" ; High memory sizing
-%include "strcpy.inc" ; strcpy()
+%include "common.inc" ; Universal modules
%include "rawcon.inc" ; Console I/O w/o using the console functions
-%include "adv.inc" ; Auxillary Data Vector
%include "localboot.inc" ; Disk-based local boot
; -----------------------------------------------------------------------------