aboutsummaryrefslogtreecommitdiff
path: root/src/bootloader/grub.cfg
AgeCommit message (Collapse)Author
2020-04-28Added support for multiple user applicationsMarvin Borner
2020-04-19Applied tidy command...Marvin Borner
Idk why I forgot it for several commits :D
2020-04-17Started implementing multiboot2 standardMarvin Borner
2020-04-14Switched to grubMarvin Borner
This really isn't what I wanted because grub is very big and bloaty but my own bootloader was very poorly written and I really want to implement a filesystem like ext2 which wouldn't work with my own bootloader. Furthermore this commit fixes many small issues including the one occurring due to the statically linked user binary (I just removed the linking for now).
2019-11-20Began two-stage hdd bootloader and os installerMarvin Borner
2019-10-30Added kind of working initrd supportMarvin Borner