- Implemented pipes.
commit39d804d0d6c5182b7886de0a89e6de898b90860c
authorMathias Gottschlag <mathias-go@web.de>
Sun, 21 Dec 2008 01:04:42 +0000 (21 02:04 +0100)
committerMathias Gottschlag <mathias-go@web.de>
Sun, 21 Dec 2008 01:04:42 +0000 (21 02:04 +0100)
treedc3314aedb456cf27cabf8c25157ce0e8988844d
parent7e00f48280a1448cdab6c9480e2fe726a9de6d64
- Implemented pipes.
- Fixed stdin/out.
programs/libc/crt0.c
programs/libc/files.c
system/include/sys/pipe.h [copied from system/include/sys/syscall.h with 60% similarity]
system/include/sys/syscall.h
system/kernel/CMakeLists.txt
system/kernel/ke/start.c
system/kernel/sys/pipe.c [new file with mode: 0644]
system/kernel/sys/syscall.c