Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-09 | Heavy restructuring of libc, kernel and apps | Marvin Borner | |
2020-08-05 | Some proc things | 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-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 | |