summaryrefslogtreecommitdiff
path: root/core/init.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/init.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/init.inc')
-rw-r--r--core/init.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/init.inc b/core/init.inc
index 83d6fd68..286b3803 100644
--- a/core/init.inc
+++ b/core/init.inc
@@ -30,23 +30,12 @@ common_init:
extern init
pm_call init
-;
-; Initialize configuration information
-;
- call reset_config
;
; Set up the COMBOOT APIs
;
call comboot_setup_api
-;
-; Inite the memmory subsystem
-;
-; pm_call mem_init
- mov eax,[HighMemSize]
- mov [VKernelEnd],eax
-
section .text16
;
; The code to decompress the PM code and initialize other segments.