K. Lange d49a69343e Bump version and fix mode prompts 5 years ago
..
README.md 999bd6c3d4 Move to subdir 5 years ago
ata.h 999bd6c3d4 Move to subdir 5 years ago
atapi_imp.h bc104fe5d9 Read multiple sectors when loading ramdisk 5 years ago
boot.s e55fb284ba Functioning IA32 EFI loader 5 years ago
cstuff.c d49a69343e Bump version and fix mode prompts 5 years ago
elf.h 999bd6c3d4 Move to subdir 5 years ago
iso9660.h 19db3ed744 Completely separate configurable stuff from rest of bootloader 5 years ago
kbd.h e7ccc61d62 Support mode setting from EFI 5 years ago
link.ld eef3b0c610 start is not the boot entry point 5 years ago
moremultiboot.h d49a69343e Bump version and fix mode prompts 5 years ago
multiboot.h e7ccc61d62 Support mode setting from EFI 5 years ago
options.h 1cd6a5cb16 Cleanup how boot modes are tracked 5 years ago
text.h e7ccc61d62 Support mode setting from EFI 5 years ago
types.h 09d3c44d44 More bootloader improvements 5 years ago
util.h a516578c3c Bootloader improvements 5 years ago

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.