* SONE Takeshi <[EMAIL PROTECTED]> [030910 16:15]:
> Hi, I wrote a bootloader, available here:
>     http://te.to/~ts1/filo/
> and here the README:
> 
> This is FILO, a bootloader which loads boot images from local filesystem,
> without help from legacy BIOS services.

Very nice!

When I compiled it, I had to change one line in "makerules"
< GCCINCDIR = $(shell $(CC) -print-search-dirs | head -1 | cut -d' ' -f2)include
> GCCINCDIR = $(shell $(CC) -print-search-dirs | head -n 1 | cut -d' ' -f2)include

This is required by newer coreutils, but it works fine with older
versions.

  Stefan

-- 
Architecture Team
    SuSE Linux AG
_______________________________________________
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios

Reply via email to