FILO: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
 
Line 8: Line 8:
=== FEATURES ===
=== FEATURES ===


- Supported boot devices: IDE hard disk and CD-ROM, and system memory (ROM)
- Supported boot devices: IDE hard disk and CD-ROM, and system memory (ROM)
- Supported filesystems: ext2, fat, jfs, minix, reiserfs, xfs, and iso9660
 
- Supported image formats: ELF and [b]zImage (a.k.a. /vmlinuz)
- Supported filesystems: ext2, fat, jfs, minix, reiserfs, xfs, and iso9660
- Supports boot disk image of El Torito bootable CD-ROM
 
- Supports loading image from raw device with user-specified offset
- Supported image formats: ELF and [b]zImage (a.k.a. /vmlinuz)
- Console on VGA + keyboard, serial port, or both
 
- Line editing with ^H, ^W and ^U keys to type arbitrary filename to boot
- Supports boot disk image of El Torito bootable CD-ROM
- Full support for the ELF Boot Proposal (where is it btw, Eric?)
 
- Auxiliary tool to compute checksum of ELF boot images
- Supports loading image from raw device with user-specified offset
- Full 32-bit code, no BIOS calls
 
- Console on VGA + keyboard, serial port, or both
 
- Line editing with ^H, ^W and ^U keys to type arbitrary filename to boot
 
- Full support for the ELF Boot Proposal (where is it btw, Eric?)
 
- Auxiliary tool to compute checksum of ELF boot images
 
- Full 32-bit code, no BIOS calls


=== Additional Information ===
=== Additional Information ===

Revision as of 18:27, 17 November 2005

What is FILO

Filo is a bootloader which loads boot images from local filesystem, without help from legacy BIOS services.

Expected usage is to flash it into the BIOS ROM together with LinuxBIOS.

FEATURES

- Supported boot devices: IDE hard disk and CD-ROM, and system memory (ROM)

- Supported filesystems: ext2, fat, jfs, minix, reiserfs, xfs, and iso9660

- Supported image formats: ELF and [b]zImage (a.k.a. /vmlinuz)

- Supports boot disk image of El Torito bootable CD-ROM

- Supports loading image from raw device with user-specified offset

- Console on VGA + keyboard, serial port, or both

- Line editing with ^H, ^W and ^U keys to type arbitrary filename to boot

- Full support for the ELF Boot Proposal (where is it btw, Eric?)

- Auxiliary tool to compute checksum of ELF boot images

- Full 32-bit code, no BIOS calls

Additional Information

Filo on AMD64
Filo on the Arima Hdama