Форк ToaruOS
Go to file
2018-03-06 15:02:43 +09:00
stuff/boot init 2018-03-05 23:12:24 +09:00
.gitignore init 2018-03-05 23:12:24 +09:00
boot.s Optimization 2018-03-06 15:02:43 +09:00
cstuff.c Optimization 2018-03-06 15:02:43 +09:00
link.ld init 2018-03-05 23:12:24 +09:00
Makefile init 2018-03-05 23:12:24 +09:00
README.md hello world 2018-03-05 20:02:04 +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.