toaruos/boot
K. Lange cdccc913ab Allow seamless and pointer integration to be turned off 2018-08-23 12:51:32 +09:00
..
README.md Update bootloader readme 2018-08-21 16:51:01 +09:00
ata.h
atapi_imp.h Read multiple sectors when loading ramdisk 2018-06-27 13:20:36 +09:00
boot.s Functioning IA32 EFI loader 2018-07-06 23:53:14 +09:00
cstuff.c Allow seamless and pointer integration to be turned off 2018-08-23 12:51:32 +09:00
elf.h
iso9660.h
kbd.h Support mode setting from EFI 2018-07-12 10:53:36 +09:00
link.ld
moremultiboot.h efi loader was skipping first memory map entry 2018-08-11 06:00:45 +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
util.h

README.md

ToaruOS-NIH 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.