aboutsummaryrefslogtreecommitdiff
path: root/src/bootloader
AgeCommit message (Collapse)Author
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