Форк ToaruOS
Go to file
K. Lange 09ec0f3ddc Handle memory map 2018-03-06 19:38:36 +09:00
stuff/boot init 2018-03-05 23:12:24 +09:00
.gitignore init 2018-03-05 23:12:24 +09:00
Makefile Functioning bootloader 2018-03-06 18:18:53 +09:00
README.md hello world 2018-03-05 20:02:04 +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 Handle memory map 2018-03-06 19:38:36 +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
multiboot.h Functioning bootloader 2018-03-06 18:18:53 +09:00
text.h Functioning bootloader 2018-03-06 18:18:53 +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

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.