aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/main.c
AgeCommit message (Collapse)Author
2020-03-18Replaced asm calls with sweet functionMarvin Borner
2020-02-15Quite many improvementsMarvin Borner
ok.
2020-01-16Quite a different approach to userspace pagingMarvin Borner
Hope this works soon!
2020-01-06Usermode based allocating works a bit nowMarvin Borner
*a bit*
2019-12-21Many debugging/serial improvementsMarvin Borner
Sorry for the little information, but I did many things :)
2019-12-21Some userspace improvementsMarvin Borner
GAS is bad, NASM is awesome.
2019-12-18Added very basic command supportMarvin Borner
2019-12-17Finally 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-11Some user-side graphicsMarvin Borner
2019-12-10Some syscalls and userspace stuffMarvin Borner
sorry for the worse-getting commit messages...
2019-12-09Lars, your wish may come true if you fix this!Marvin Borner
2019-12-08Working text input!Marvin Borner
2019-12-07Added userspace libc and began userspace based shellMarvin Borner
2019-12-04Fully working syscall interfaceMarvin Borner
2019-12-04More-working syscall logic (parameters work!)Marvin Borner
2019-12-01Semi-working C-based userspace syscallsMarvin Borner
2019-11-30Working userspace!Marvin Borner
2019-11-24Major coding style reformatting -> Kernighan & RitchieMarvin Borner
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel
2019-10-31Fixed buildMarvin Borner
2019-10-31Some user mode improvementsMarvin Borner