summaryrefslogtreecommitdiff
path: root/src/user/lib/syscall.c
AgeCommit message (Collapse)Author
2022-07-18syscalls: implement execbufdzwdz
i have been planning to implement something like this for a while now. it should be faster when doing consecutive syscalls (to be tested). it will also be helpful in writing the elf loader
2022-07-16amd64: back at the shell!dzwdz
2022-07-11user: reorganize the userland sourcesdzwdz