cBou wrote:
By the way, is a source code or a patch available? I understand that
this is more political/organizational question: but why there is no
something like bootldr-hx4700 branch in hh.o cvs? It will be very very
nice to see in online what new in bootldr done by both SDG Systems and
other hackers.
Update the following function in your bootldr.c:
void
default_boot()
{
while (1) {
exec_string("boot vfat"); /* <--- I added this line to my version
of bootldr */
exec_string("boot");
putstr("boot command failed, entering monitor\n\r");
/* if default boot fails, drop into the bootmenu */
bootmenu();
}
}
_______________________________________________
Hx4700-port mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/hx4700-port