toaruos/boot
K. Lange 14626a291a boot: update description for 'Writable Root' 2018-12-28 18:48:00 +09:00
..
README.md ToaruOS-NIH => ToaruOS 2018-10-06 21:28:43 +09:00
ata.h
atapi_imp.h BIOS loader fixups, should kinda work in vmware? 2018-09-12 19:39:12 +09:00
boot.S boot: port boot.s to GNU as 2018-10-14 11:35:01 +09:00
cstuff.c boot: update description for 'Writable Root' 2018-12-28 18:48:00 +09:00
elf.h
iso9660.h
kbd.h
link.ld boot: zero bss after jump to C entry point 2018-12-20 15:45:13 +09:00
moremultiboot.h boot: fix horizontal wrapping 2018-12-25 15:20:55 +09:00
multiboot.h
options.h
text.h
types.h
util.h

README.md

ToaruOS Bootloader

This is a simple, limited BIOS and EFI bootloader for ToaruOS kernels.

It provides an implementation of the Multiboot bootloader standard.

The BIOS loader includes an ISO 9660 filesystem driver, and is suitable for use as an El Torito no-emulation boot image for use on a CD.

The EFI loader is built as both a 64-bit and 32-bit EFI executable and uses the EFI interfaces for file system access, and as such is suitable for a wider variety of environments.

Both loaders are based on the same codebase and implement the same menu system, which can be found cstuff.c.

The EFI loader is built using GNU-EFI, but does not use any of its convenience library functions.