aboutsummaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Collapse)Author
2020-05-06New build parameters and shared includesMarvin Borner
This changes many files but I've just applied some replace commands.. So - nothing special!
2020-04-25Some work on the elf loaderMarvin 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-04-02Rewrite of the font converterMarvin Borner
It work way better now and no user interaction is needed anymore. I've also added a command to the run script that easily accesses the font conversion.
2020-03-27Added and applied tidy commandMarvin Borner
2020-03-18Applied official linux kernel code style guidelinesMarvin Borner
Due to my change to vim and the clang-format plugin this was needed!
2019-11-30Renamed assets directoryMarvin Borner