System Call and Shell
Co-produced with Steve Gribble
Assignment Goals
- To dust off your C programming skills.
- To understand the relationship between OS command interpreters
(shells), system calls, and the kernel.
- To become familiar with the tools and skills needed to
understand, modify, compile, install, and debug the Linux
kernel.
- To design and implement an extremely simple shell and system call.