aboutsummaryrefslogtreecommitdiff
path: root/src/bootloader
AgeCommit message (Collapse)Author
2020-06-17Started rewriteMarvin Borner
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).
2020-03-27Added and applied tidy commandMarvin Borner
2020-01-02Switched to CMakeMarvin Borner
Still needs some polishing but it kinda works (wasn't easy though)
2019-11-24Major coding style reformatting -> Kernighan & RitchieMarvin Borner
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel
2019-11-20Began two-stage hdd bootloader and os installerMarvin Borner
2019-11-10Added semi-working bootloaderMarvin Borner
2019-11-09Started own implementation of asm bootloaderMarvin Borner
2019-11-08Began implementation of non-grub bootloaderMarvin Borner
2019-10-31Fixed several warningsMarvin Borner
2019-10-30Added kind of working initrd supportMarvin Borner