资 源 简 介
This is a semester assignment for a introductory course on
operating systems being taught by Mr. Shabbir Mukhi at the IBA.
In this assignment the students are expected to create a shell-like command-line program which takes user inputs and does the following things:
1. clear screen
2. create a new process
3. kill an existing process
4. list all processes showing their id,name,status
5. list all alive processes showing their id,name
6. list all dead processes showing their id,name
7. exit
8. show count of commands executed in session
9. show info about the shell
10. show info about commands
Comment: Type
to get jump-start information about the OsHell.