Форк ToaruOS
Go to file
2018-03-07 13:34:31 +09:00
stuff/boot init 2018-03-05 23:12:24 +09:00
.gitignore init 2018-03-05 23:12:24 +09:00
ata.h Functioning bootloader 2018-03-06 18:18:53 +09:00
atapi_imp.h Functioning bootloader 2018-03-06 18:18:53 +09:00
boot.s Handle memory map 2018-03-06 19:38:36 +09:00
cstuff.c Fix typo in disabling video modules 2018-03-07 13:34:31 +09:00
elf.h Functioning bootloader 2018-03-06 18:18:53 +09:00
iso9660.h Functioning bootloader 2018-03-06 18:18:53 +09:00
link.ld init 2018-03-05 23:12:24 +09:00
Makefile More complete menu system 2018-03-06 23:47:42 +09:00
multiboot.h Functioning bootloader 2018-03-06 18:18:53 +09:00
README.md hello world 2018-03-05 20:02:04 +09:00
text.h More complete menu system 2018-03-06 23:47:42 +09:00
types.h Functioning bootloader 2018-03-06 18:18:53 +09:00
util.h Functioning bootloader 2018-03-06 18:18:53 +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.