Announcing FILO

Stefan Reinauer stepan at suse.de
Thu Sep 18 10:30:01 CEST 2003


* SONE Takeshi <ts1 at cma.co.jp> [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



More information about the coreboot mailing list