aboutsummaryrefslogtreecommitdiffstats
path: root/core/isolinux.asm
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@linux.intel.com>2011-03-08 19:25:37 +0000
committerMatt Fleming <matt.fleming@linux.intel.com>2011-03-09 14:32:36 +0000
commit5c907b4f4fbbe9ee565aa4fdfec6ae9be6d28580 (patch)
tree37c42fe279e900bb3ec17a5ad4792a160baffcc7 /core/isolinux.asm
parent5fd19f467ae4e8f5dc7298b56c63f5d9d7569b9d (diff)
downloadsyslinux-5c907b4f4fbbe9ee565aa4fdfec6ae9be6d28580.tar.gz
ldlinux: Parse configuration files
Use the configuration file parser provided by ldlinux to search for and parse any configuration files. If a kernel or ui module is found in the configuration file, it is executed once parsing completes. Parsing and loading kernels is now entirely done in C! The parser also builds the data structures for later use by the menu system. Previously, after the asm config parser had parsed the config file and found a kernel image to boot (or dropped the user at a command prompt), the menu.c32 module had to open the config file and re-parse it. Now, we only need to parse the file once. Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
Diffstat (limited to 'core/isolinux.asm')
-rw-r--r--core/isolinux.asm6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm
index ba1d1567..8995ce8b 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -1185,12 +1185,6 @@ ROOT_FS_OPS:
section .text16
;
-; Locate the configuration file
-;
- ;pm_call pm_load_config
- ;jz no_config_file
-
-;
; Now we have the config file open. Parse the config file and
; run the user interface.
;