toaruos/boot
2021-04-22 19:59:32 +09:00
..
ata.h Move to subdir 2018-03-15 10:10:46 +09:00
atapi_imp.h boot: Fixes to boot processes on multiple platforms. 2021-04-22 19:46:51 +09:00
boot.S boot: port boot.s to GNU as 2018-10-14 11:35:01 +09:00
cstuff.c boot: Fixes to boot processes on multiple platforms. 2021-04-22 19:46:51 +09:00
elf.h boot: Fixes to boot processes on multiple platforms. 2021-04-22 19:46:51 +09:00
inflate.h boot: Fixes to boot processes on multiple platforms. 2021-04-22 19:46:51 +09:00
iso9660.h boot: Fixes to boot processes on multiple platforms. 2021-04-22 19:46:51 +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: Make sure PAE is disabled when booting 32-bit EFI 2021-04-22 19:59:32 +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
README.md ToaruOS-NIH => ToaruOS 2018-10-06 21:28:43 +09:00
text.h Support mode setting from EFI 2018-07-12 10:53:36 +09:00
util.h boot: Fixes to boot processes on multiple platforms. 2021-04-22 19:46:51 +09:00

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.