aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2011-11-04 14:25:20 +0000
committerMatt Fleming <matt.fleming@intel.com>2011-12-02 12:13:30 +0000
commita7d0d5a5a61ee37ce1f45a9cd08e7ac1c78a4c11 (patch)
tree9561f0a8892bf318b187a39ce40c7cb94897111c
parent14531c47bc9577e56301884a9cd64dc4f651220b (diff)
downloadsyslinux-a7d0d5a5a61ee37ce1f45a9cd08e7ac1c78a4c11.tar.gz
syslinux-a7d0d5a5a61ee37ce1f45a9cd08e7ac1c78a4c11.tar.xz
syslinux-a7d0d5a5a61ee37ce1f45a9cd08e7ac1c78a4c11.zip
pxelinux: Call load_env32()
Execute the elflink environment. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--core/pxelinux.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pxelinux.asm b/core/pxelinux.asm
index 0c0ff381..68cb864d 100644
--- a/core/pxelinux.asm
+++ b/core/pxelinux.asm
@@ -223,6 +223,7 @@ adhcp_copy:
mov eax,ROOT_FS_OPS
xor ebp,ebp
pm_call fs_init
+ pm_call load_env32
section .rodata
alignz 4