Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-28 | Userspace rewrite -> IT WORKS! :) | Marvin Borner | |
Finally, after many months of work and rewrites the syscalls with constant char pointers work now :D | |||
2020-03-18 | Applied official linux kernel code style guidelines | Marvin Borner | |
Due to my change to vim and the clang-format plugin this was needed! | |||
2020-01-16 | Quite a different approach to userspace paging | Marvin Borner | |
Hope this works soon! | |||
2020-01-06 | Usermode based allocating works a bit now | Marvin Borner | |
*a bit* | |||
2019-12-21 | Many debugging/serial improvements | Marvin Borner | |
Sorry for the little information, but I did many things :) | |||
2019-12-21 | Some userspace improvements | Marvin Borner | |
GAS is bad, NASM is awesome. | |||
2019-12-18 | Added very basic command support | Marvin Borner | |
2019-12-17 | Finally fixed text input syscalls! | Marvin Borner | |
I guess I can officially call me dumb now as I just forgot to return the actual value from the syscall handler... | |||
2019-12-07 | Added userspace libc and began userspace based shell | Marvin Borner | |