summaryrefslogtreecommitdiff
path: root/Kernel/Syscall.cpp
AgeCommit message (Expand)Author
2018-10-23Various things:Andreas Kling
2018-10-23Lots of hacking:Andreas Kling
2018-10-22Add getgid() and getpid() syscalls. Prep for LibC.Andreas Kling
2018-10-22Tweak _test.o to use the putch() syscall.Andreas Kling
2018-10-22Add a sys$exit and make init_stage2 call it when finished.Andreas Kling
2018-10-18More paging stuff.Andreas Kling
2018-10-17A userspace process can now GPF and the OS goes on!Andreas Kling
2018-10-16These changes were lying around uncommitted in the old repo.Andreas Kling
2018-10-16Import the "gerbert" kernel I worked on earlier this year.Andreas Kling