Implement sys_execve call
commit88d3f08a11e2197b9c31d8ca32e489e45ac898ce
authorLiu Aleaxander <Aleaxander@gmail.com>
Sun, 27 Jun 2010 14:04:09 +0000 (27 22:04 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Sun, 27 Jun 2010 14:04:09 +0000 (27 22:04 +0800)
tree9e5cc609c5ea4557ab90c788de64c541467fd9e5
parentae8b47c9e5d2670147738df7000b0b49d19a85d4
Implement sys_execve call

The real sys_execve call implemented, so that we can pass arguments to programs
from shell. What a good feature

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
Makefile
TODO
fs/Makefile
fs/exec.c [new file with mode: 0644]
gen-test.sh
include/fs.h
kernel/shell.c
kernel/sys.c
user/Makefile
user/arg.c [new file with mode: 0644]