[syslinux:elflink] core: Load the 32-bit environment at startup

syslinux-bot for Matt Fleming matt.fleming at linux.intel.com
Tue Jul 12 20:03:16 PDT 2011


Commit-ID:  70c15d2a46c091534e556c0ca63dce62b85e4c07
Gitweb:     http://syslinux.zytor.com/commit/70c15d2a46c091534e556c0ca63dce62b85e4c07
Author:     Matt Fleming <matt.fleming at linux.intel.com>
AuthorDate: Fri, 27 May 2011 17:09:27 +0100
Committer:  Matt Fleming <matt.fleming at linux.intel.com>
CommitDate: Fri, 27 May 2011 17:09:27 +0100

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 <matt.fleming at linux.intel.com>


---
 core/pxelinux.asm |    5 ++---
 1 files 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



More information about the Syslinux-commits mailing list