aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/ext2.h
AgeCommit message (Collapse)Author
2020-05-07Added and applied include-sortingMarvin Borner
Worked better than I thought!
2020-05-06New build parameters and shared includesMarvin Borner
This changes many files but I've just applied some replace commands.. So - nothing special!
2020-05-06Removed vfs - ext2 ftw!Marvin Borner
I should really start thinking before I implement features. Now I did and I have quite a good plan for the future of Melvix (hint: not unix/posix-compliant!).
2020-05-03Began linked vfs with file indexingMarvin Borner
2020-05-02Some work in the vfsMarvin Borner
2020-05-01Working vfs mount and readMarvin Borner
2020-05-01Some vfs fixesMarvin Borner
2020-04-29Started libgui implementationMarvin Borner
2020-04-29Added basic exec calls for init and started libcMarvin Borner
2020-04-25Fixed ext2 reading by using genext2fsMarvin Borner
As the debian versions use a horribly old version of genext2fs, this program gets compiled in the build process now.
2020-04-25Working ext2 filereaderMarvin Borner
As soon as I implement indirect block pointers, the resources will hopefully work again :)
2020-04-24Removed vfs again...Marvin Borner
2020-04-21Thanks, Ubuntu+Github...Marvin Borner
2020-04-21Added very basic vfsMarvin Borner
2020-04-19Clean ext2 implementation :)Marvin Borner
2020-04-19Applied tidy command...Marvin Borner
Idk why I forgot it for several commits :D
2020-04-16Many fix attempts for the divide by zero exceptionMarvin Borner