aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-04-28Started conversion to Grub (#17)Marvin Borner
Yes, the CI won't like this.
2021-03-30Added icon generator/converterMarvin Borner
2020-10-17Fixed OpenBSD buildMarvin Borner
2020-10-17Added basic support for OpenBSDMarvin Borner
Building the Cross Compiler successfully took me several days of debugging, patching and testing. It finally (kinda) works now, though!
2020-09-26Very simple icmp ping handlingMarvin Borner
2020-08-01Added general exclusionsMarvin Borner
2020-07-25Removed disk directoryMarvin Borner
2020-07-14Simple fix because I don't want to fix it for realMarvin Borner
The inode number overflowed the 16 bit registers. Without splitting the numbers, there's no other way than removing the /boot directory ig. I just didn't want to fix it for real :)
2020-06-17Hello!Marvin Borner
2020-06-17Started rewriteMarvin Borner
2020-04-22Switched to cmake - AGAIN!Marvin Borner
Yes, I know... I once used it and was still using it to create my compile commands script but it didn't quite work. Now it does, so I replaced my whole sh spaghetti code! :)
2020-03-19Oh well, I obviously need the directoryMarvin Borner
2020-03-18Added awesome sync 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!
2020-03-18Replaced asm calls with sweet functionMarvin Borner
2020-01-03I don't like CMakeMarvin Borner
I switched to basic shell scripts now
2020-01-02Switched to CMakeMarvin Borner
Still needs some polishing but it kinda works (wasn't easy though)
2019-09-14Added hidden pseudo cmake for autocomplete in ideaMarvin Borner
2019-09-14Added very basic kernel and vga driverMarvin Borner
2019-09-13Added cross compiler scriptMarvin Borner
2019-06-26Added initial filesMarvin Borner