Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-01 | Added syscalls | Marvin Borner | |
2020-08-01 | Started multitasking | Marvin Borner | |
2020-08-01 | Some entry position optimizations | Marvin Borner | |
2020-08-01 | Switched to main | Marvin Borner | |
2020-08-01 | Switched to PIE flat binaries | Marvin Borner | |
2020-07-30 | Something something with elfs and witches | Marvin Borner | |
2020-07-29 | Added elf loading and test app | Marvin Borner | |
2020-07-29 | Switched to -Os flag and fixed issues with it | Marvin 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-26 | Added simple keyboard input. | Marvin Borner | |
This is somewhat of a demo. The real gui will be implemented completely different (ig) | |||
2020-07-26 | Added basic gui writer | Marvin Borner | |
2020-07-26 | Seems to work quite well | Marvin Borner | |
2020-07-26 | I'm so confused right now... | Marvin Borner | |
I have to fix this tomorrow ig | |||
2020-07-25 | Some progress for PSF2 | Marvin Borner | |
2020-07-25 | Added very basic PSF parser | Marvin Borner | |
Version 1 works; Version 2 not so much | |||
2020-07-25 | Added directory support | Marvin Borner | |
2020-07-25 | Added fs wrapper | Marvin Borner | |
2020-07-25 | Yet another fix | Marvin Borner | |
2020-07-24 | I FINALLY FOUND THE BUG! | Marvin Borner | |
WHY?! | |||
2020-07-24 | Bug hunting for file reading (ext2 idp recursion) | Marvin Borner | |
2020-07-24 | Whoops | Marvin Borner | |
2020-07-23 | Added *very* simple ide and ext2 support | Marvin Borner | |