toaruos/boot
K. Lange e54d9f9974 boot: adjust timeout a bit 2021-07-09 06:21:34 +09:00
..
README.md ToaruOS-NIH => ToaruOS 2018-10-06 21:28:43 +09:00
boot.S boot: Add a status indicator when loading 2021-06-17 23:20:09 +09:00
config.c boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00
elf.h boot: Fixes to boot processes on multiple platforms. 2021-04-22 19:46:51 +09:00
iso9660.c boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00
iso9660.h boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00
kbd.c boot: add menu timeout 2021-07-08 13:51:03 +09:00
kbd.h boot: add menu timeout 2021-07-08 13:51:03 +09:00
link.ld boot: zero bss after jump to C entry point 2018-12-20 15:45:13 +09:00
menu.c boot: adjust timeout a bit 2021-07-09 06:21:34 +09:00
menu.h boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00
multiboot.c boot: less debug text 2021-06-14 12:06:31 +09:00
multiboot.h boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00
options.h boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00
qemu.c boot: Use CD for QEMU 2021-06-14 11:28:12 +09:00
qemu.h boot: Use CD for QEMU 2021-06-14 11:28:12 +09:00
text.c boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00
text.h boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00
util.c boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00
util.h boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +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.