- Implemented fork syscall.
commitf4284746f57eb6f11e9e69ea5f9df2856129c763
authorMathias Gottschlag <mathias-go@web.de>
Sat, 13 Dec 2008 12:32:05 +0000 (13 13:32 +0100)
committerMathias Gottschlag <mathias-go@web.de>
Sat, 13 Dec 2008 12:32:05 +0000 (13 13:32 +0100)
treefb6cbb922fab097e840e9fd57f4c082858cbf5f6
parent06279a990c0e905834920f8d1964e7e8f43aabb6
- Implemented fork syscall.
- Improved shell.
programs/include/sys/wait.h [copied from programs/include/unistd.h with 73% similarity]
programs/include/unistd.h
programs/libc/CMakeLists.txt
programs/libc/unistd.c [copied from programs/include/unistd.h with 66% similarity]
programs/libc/wait.c [copied from programs/include/unistd.h with 71% similarity]
programs/shell/main.c
system/include/ke/thread.h
system/kernel/ke/process.c
system/kernel/ke/thread.c
system/kernel/mm/virt.c
system/kernel/sys/syscall.c