search for: bss1

Displaying 2 results from an estimated 2 matches for "bss1".

Did you mean: bss
2009 Mar 26
1
isolinux-debug: Approaching overflow
...isolinux-debug.o isolinux-debug.asm ld -m elf_i386 -T syslinux.ld -M -o isolinux-debug.elf isolinux-debug.o > isolinux-debug.map ld: 64K overflow ld: 64K overflow isolinux-debug.o: In function `msg_filename': isolinux-debug.asm:(.text+0x202d): relocation truncated to fit: R_386_16 against `.bss1' isolinux-debug.o: In function `msg_viewimage': isolinux-debug.asm:(.text+0x2049): relocation truncated to fit: R_386_16 against `.bss1' ld: 64K overflow make: *** [isolinux-debug.elf] Error 1 Examining isolinux-debug.map, .bss1 seems to be ending just above the 64kiB mark, mostly beca...
2009 Jul 27
1
[PATCH] mboot using module path
...gmail.com> --- diff -u -r -X nodiff syslinux-3.82-orig/core/comboot.inc syslinux-3.82/core/comboot.inc --- syslinux-3.82-orig/core/comboot.inc 2009-06-09 10:19:25.000000000 -0700 +++ syslinux-3.82/core/comboot.inc 2009-07-27 11:23:23.000000000 -0700 @@ -1045,5 +1064,6 @@ section .bss1 alignb 4 DOSErrTramp resd 33 ; Error trampolines +CurrentDirName resb DIRNAME_MAX ConfigName resb FILENAME_MAX -CurrentDirName resb FILENAME_MAX + diff -u -r -X nodiff syslinux-3.82-orig/core/extlinux.asm syslinux-3.82/core/extlinux.asm --- syslinux-3.82-or...