Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | Replaced alloc.h with liballoc | Marvin Borner | |
And many more adaptions to the lib | |||
2020-05-07 | Added and applied include-sorting | Marvin Borner | |
Worked better than I thought! | |||
2020-05-06 | New build parameters and shared includes | Marvin Borner | |
This changes many files but I've just applied some replace commands.. So - nothing special! | |||
2020-05-06 | Removed 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-04 | Work on ext2 vfs indexer | Marvin Borner | |
2020-05-03 | Began linked vfs with file indexing | Marvin Borner | |
2020-05-02 | Some work in the vfs | Marvin Borner | |
2020-05-01 | Working vfs mount and read | Marvin Borner | |
2020-05-01 | Some vfs fixes | Marvin Borner | |
2020-04-30 | Started vfs | Marvin Borner | |
2020-04-29 | Started libgui implementation | Marvin Borner | |
2020-04-29 | Added basic exec calls for init and started libc | Marvin Borner | |
2020-04-25 | Some work on the elf loader | Marvin Borner | |
2020-04-25 | Fixed ext2 reading by using genext2fs | Marvin Borner | |
As the debian versions use a horribly old version of genext2fs, this program gets compiled in the build process now. | |||
2020-04-25 | Added indirect pointers - re-enabled font :) | Marvin Borner | |
I don't know why, but once there are multiple files on the drive the kernel can only read one file.. I'll investigate this later. | |||
2020-04-25 | Working ext2 filereader | Marvin Borner | |
As soon as I implement indirect block pointers, the resources will hopefully work again :) | |||
2020-04-24 | Removed vfs again... | Marvin Borner | |
2020-04-21 | Thanks, Ubuntu+Github... | Marvin Borner | |
2020-04-21 | Added very basic vfs | Marvin Borner | |
2020-04-21 | Finally! EXT2 is working now :) | Marvin Borner | |
Puuh. | |||
2020-04-19 | Clean ext2 implementation :) | Marvin Borner | |
2020-04-19 | Applied tidy command... | Marvin Borner | |
Idk why I forgot it for several commits :D | |||
2020-04-16 | Many fix attempts for the divide by zero exception | Marvin Borner | |