toaruos/boot
2018-03-15 10:10:46 +09:00
..
stuff/boot Move to subdir 2018-03-15 10:10:46 +09:00
.gitignore 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 Move to subdir 2018-03-15 10:10:46 +09:00
boot.s Move to subdir 2018-03-15 10:10:46 +09:00
cstuff.c Move to subdir 2018-03-15 10:10:46 +09:00
elf.h Move to subdir 2018-03-15 10:10:46 +09:00
iso9660.h Move to subdir 2018-03-15 10:10:46 +09:00
link.ld Move to subdir 2018-03-15 10:10:46 +09:00
Makefile Move to subdir 2018-03-15 10:10:46 +09:00
multiboot.h Move to subdir 2018-03-15 10:10:46 +09:00
README.md Move to subdir 2018-03-15 10:10:46 +09:00
text.h Move to subdir 2018-03-15 10:10:46 +09:00
types.h Move to subdir 2018-03-15 10:10:46 +09:00
util.h Move to subdir 2018-03-15 10:10:46 +09:00

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.