aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-11-22 14:31:06 +0000
committerMatt Fleming <matt.fleming@intel.com>2012-11-26 13:59:22 +0000
commitf4b77b82f265d9b7db8a3823cc33d21031bf0236 (patch)
treebd592396aa1f81b29f155a1a428d6ddd0ae1d7c6
parent376a2122c7470799a92c27cace1d455e8c29f05a (diff)
downloadsyslinux-f4b77b82f265d9b7db8a3823cc33d21031bf0236.tar.gz
syslinux-f4b77b82f265d9b7db8a3823cc33d21031bf0236.tar.xz
syslinux-f4b77b82f265d9b7db8a3823cc33d21031bf0236.zip
isolinux: Make BIOSName global
commit 967ee8a1ed49 ("CLI: Add Ctrl + V support for printing the Syslinux version") should have made the BIOSName symbol global in core/isolinux.asm. Without this change ldlinux.c32 will hang because it cannot resolve the 'BIOSName' symbol. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--core/isolinux.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm
index 5930a1ee..617003c6 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -68,6 +68,7 @@ trackbuf resb trackbufsize ; Track buffer goes here
; Some of these are touched before the whole image
; is loaded. DO NOT move this to .bss16/.uibss.
section .earlybss
+ global BIOSName
alignb 4
FirstSecSum resd 1 ; Checksum of bytes 64-2048
ImageDwords resd 1 ; isolinux.bin size, dwords