summaryrefslogtreecommitdiff
path: root/core/common.inc
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@linux.intel.com>2011-05-24 10:45:51 +0100
committerMatt Fleming <matt.fleming@intel.com>2011-12-02 12:13:30 +0000
commit14531c47bc9577e56301884a9cd64dc4f651220b (patch)
tree225c242abc52b247810a40763b2a86682db849ac /core/common.inc
parent323eeba0fada24cbaa99b18e099844c975e1366a (diff)
downloadsyslinux-14531c47bc9577e56301884a9cd64dc4f651220b.tar.gz
core: Delete code that is duplicated in ldlinux
Lots of code that used to be implemented in the core is now implemented in ldlinux, but code from core was never deleted. Purge this code. Also, move all com32 loading to ldlinux since we need to be able to do various command line things (which are no longer available in the core). Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'core/common.inc')
-rw-r--r--core/common.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/common.inc b/core/common.inc
index 1a6840e2..65b4ab69 100644
--- a/core/common.inc
+++ b/core/common.inc
@@ -4,13 +4,8 @@
; some derivatives.)
;
-%include "getc.inc" ; getc et al
-%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 "strcpy.inc" ; strcpy()
%include "idle.inc" ; Idle handling
%include "adv.inc" ; Auxillary Data Vector