This is the repo for my operating system course.
May 15th, 2016
- Read shell commands from named pipe and process them.
- Get pipe name from commandline
- Use fork-exec-waitpid-exit model, and corresponding system calls.
- Support commandline pipe(Optional)
- Support relocation
- Support common internal command (at least cd, pwd, exit)
- Support outer commands
- Upload source code
- Upload Experiment Report, including runtime snapshot and implementation analysis.