From 70c15d2a46c091534e556c0ca63dce62b85e4c07 Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Fri, 27 May 2011 17:09:27 +0100 Subject: [PATCH] core: Load the 32-bit environment at startup Do the same as the other Syslinux variants and initialise the 32-bit environment when we boot. Signed-off-by: Matt Fleming --- core/pxelinux.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/pxelinux.asm b/core/pxelinux.asm index e8818a6..10fe72e 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -264,10 +264,9 @@ ROOT_FS_OPS: %endmacro ; -; Load configuration file +; Jump to 32-bit ELF space ; - pm_call pm_load_config - jz no_config_file + pm_call load_env32 ; ; Now we have the config file open. Parse the config file and -- 2.7.4