toaruos/boot
K. Lange 756f043dc3 boot: change format of memory map debug text 2019-12-26 11:17:38 +09:00
..
README.md ToaruOS-NIH => ToaruOS 2018-10-06 21:28:43 +09:00
ata.h Move to subdir 2018-03-15 10:10:46 +09:00
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 Move to subdir 2018-03-15 10:10:46 +09:00
iso9660.h Completely separate configurable stuff from rest of bootloader 2018-06-09 18:56:00 +09:00
kbd.h Support mode setting from EFI 2018-07-12 10:53:36 +09:00
link.ld boot: zero bss after jump to C entry point 2018-12-20 15:45:13 +09:00
moremultiboot.h boot: change format of memory map debug text 2019-12-26 11:17:38 +09:00
multiboot.h Support mode setting from EFI 2018-07-12 10:53:36 +09:00
options.h Cleanup how boot modes are tracked 2018-07-07 10:56:14 +09:00
text.h Support mode setting from EFI 2018-07-12 10:53:36 +09:00
types.h More bootloader improvements 2018-06-09 17:58:29 +09:00
util.h Bootloader improvements 2018-06-09 16:36:48 +09:00

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.