[syslinux] elf.c32 plus it's library

Geert Stappers stappers at stappers.nl
Mon Sep 24 02:18:38 PDT 2007


Op 24-09-2007 om 08:02 schreef Stéphane ARQUER:
> Le 20/9/2007, "Geert Stappers" <stappers at stappers.nl> a écrit:
> >Op 20-09-2007 om 15:37 schreef Stéphane ARQUER:
> >>Le 20/9/2007, "Geert Stappers" <stappers at stappers.nl> a écrit:
> >>>
> >>> There might be a "elf.c32 plus it's library" problem
> >>> and _not a BIOS_ problem ...
> >> 
> >> It's working I can see the choose language menu.
> >
> >On _all three_ computers?
> 
> Yes, I made the test on the three computers and it's working on all.

Mmmm, that means the failed boot of the RTEMS executable is 
due an error in elf.c32, not in the BIOS the two failing computers.


Advice:
Compile elf.c with debug enabled and rerun the test with the new elf.c32.


Cheers
Geert Stappers
-- 
diff --git a/com32/modules/elf.c b/com32/modules/elf.c
index 3fb1ad6..e681c62 100644
--- a/com32/modules/elf.c
+++ b/com32/modules/elf.c
@@ -49,7 +49,7 @@
 /* If we don't have this much memory for the stack, signal failure */
 #define MIN_STACK      512
 
-#define DEBUG 0
+#define DEBUG 1
 #if DEBUG
 # define dprintf printf
 #else




More information about the Syslinux mailing list