First part of program argument and environment variable support.
commit83c6b1feb4c1e75bd2487ff60bd60c99a9df41d0
authorMathias Gottschlag <mathias-go@web.de>
Thu, 25 Dec 2008 21:10:52 +0000 (25 22:10 +0100)
committerMathias Gottschlag <mathias-go@web.de>
Thu, 25 Dec 2008 21:10:52 +0000 (25 22:10 +0100)
treefd7a39c36f1b1eb3dceb2bdc76cb920c5734e0e1
parent4335c96f3b9c36b6c2f9016353e58f36ac9de801
First part of program argument and environment variable support.
programs/include/unistd.h
programs/libc/crt0.c
programs/libc/stdlib.c
programs/libc/terminal.c [new file with mode: 0644]
programs/libc/unistd.c
programs/test1/test1.c
system/kernel/ke/start.c
system/kernel/sys/syscall.c