summaryrefslogtreecommitdiff
path: root/grub.cfg
AgeCommit message (Collapse)Author
2021-07-17basic boot module supportdzwdz
This loads a file from the boot disk into memory. Currently it just gets printed, but it's going to become a real executable soon.
2021-07-16`make boot` uses boot.iso / GRUB nowdzwdz
I'm going to implement the "initrd" soon, and it'll use multiboot modules - I have no idea how to use them with the qemu -kernel thing, and I have to support GRUB anyways, so I'm just going to use it instead.
2021-07-09support building .iso imagesdzwdz