aboutsummaryrefslogtreecommitdiff
path: root/src/features/fs.c
AgeCommit message (Collapse)Author
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner
2020-08-05Some proc thingsMarvin 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-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