aboutsummaryrefslogtreecommitdiff
path: root/src/features
AgeCommit message (Collapse)Author
2020-08-01Added syscallsMarvin Borner
2020-08-01Started multitaskingMarvin Borner
2020-08-01Some entry position optimizationsMarvin Borner
2020-08-01Switched to mainMarvin Borner
2020-08-01Switched to PIE flat binariesMarvin Borner
2020-07-30Something something with elfs and witchesMarvin Borner
2020-07-29Added elf loading and test appMarvin Borner
2020-07-29Switched to -Os flag and fixed issues with itMarvin Borner
Somehow the insl function gets optimized to one instruction so I need a gcc attribute to exclude this function from optimization. I may fix this in the future though. Anyways, the kernel is waay smaller now! :)
2020-07-26Added simple keyboard input.Marvin Borner
This is somewhat of a demo. The real gui will be implemented completely different (ig)
2020-07-26Added basic gui writerMarvin Borner
2020-07-26Seems to work quite wellMarvin Borner
2020-07-26I'm so confused right now...Marvin Borner
I have to fix this tomorrow ig
2020-07-25Some progress for PSF2Marvin Borner
2020-07-25Added very basic PSF parserMarvin Borner
Version 1 works; Version 2 not so much
2020-07-25Added directory supportMarvin Borner
2020-07-25Added fs wrapperMarvin Borner
2020-07-25Yet another fixMarvin Borner
2020-07-24I FINALLY FOUND THE BUG!Marvin Borner
WHY?!
2020-07-24Bug hunting for file reading (ext2 idp recursion)Marvin Borner
2020-07-24WhoopsMarvin Borner
2020-07-23Added *very* simple ide and ext2 supportMarvin Borner