[OpenBIOS] USB bootloader

Stefan Reinauer stepan at coresystems.de
Tue Sep 5 22:55:13 CEST 2006


* Al Boldi <a1426z at gawab.com> [060904 20:58]:
> 	FILO version 0.5 ....
> 	Can't get memory map from firmware. Using hardcoded default.
> 	Press ...
> 	boot: uda1:/vmlinuz
> 	LinuxLabs USB bootloader
> 	New USB device, setting address 2  (repeats 1-4 times)
> 	boot: uda1:/vmlinuz
> 	LinuxLabs USB bootloader
> 	Out of heap space
 
Please try increasing the heap space in i386/ldscript by changing the
following lines:
   /* 16KB heap and stack */
   HEAP_SIZE = 16384;
to
   /* 32KB heap and 16K stack */
   HEAP_SIZE = 32768;

> And, how can filo 0.5 be fixed to boot USB?

If the message stays, try all the way up to 262144.

Regards,
Stefan

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/



More information about the OpenBIOS mailing list