]> git.corax.cc Git - corax/commit
Add syscall stubs for some POSIX process management syscalls (fork, vfork, exit,...
authorMatthias Kruk <m@m10k.eu>
Mon, 28 Oct 2019 09:33:46 +0000 (18:33 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 28 Oct 2019 09:34:35 +0000 (18:34 +0900)
commit6969da8ac87299d9112601711731f752c398a124
treead79e70f6787bf53fb67f9723cc60b1313700198
parentc6bcfe6c5b766b0c73910996bb7fc3e2f9b79758
Add syscall stubs for some POSIX process management syscalls (fork, vfork, exit, ...)
include/corax/syscall.h
kernel/arch/interrupt.c
kernel/core/Makefile
kernel/core/posixcall.c [new file with mode: 0644]
libc/posixcall.S [new file with mode: 0644]