My Operating System Lab course's project -- XINU embedded system by Purdue. Three subdir are added:
- x86 source code
- emulator source code
- galileo source code
Design a process to display all process and their attributes:
- Pid
- Name
- State
- Prio
- Ppid
- StackBase
- StackPtr
- StackSize
- SemWait
- MsgRecv
- Descriptor
(last line's stuffs are hard to display...) I modified xsh_ps.c to add a new built-in commmand -- psx. psx means it's enhanced version of command ps.