toaruos/boot
K. Lange d49a69343e Bump version and fix mode prompts 2018-07-12 14:54:58 +09:00
..
README.md Move to subdir 2018-03-15 10:10:46 +09:00
ata.h Move to subdir 2018-03-15 10:10:46 +09:00
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 Bump version and fix mode prompts 2018-07-12 14:54:58 +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 start is not the boot entry point 2018-03-15 10:33:09 +09:00
moremultiboot.h Bump version and fix mode prompts 2018-07-12 14:54:58 +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

toaru-boot

If we have an OS with a kernel and userspace built-from-scratch, why not write a quick bootloader to load it, eh?

GRUB will remain the preferred method of booting ToaruOS. This project is for demonstration purposes only.