; PCB List Script file ; ; Create a few processes: ; start ps 4 start vi 5 start ls 1 start emacs 1 start mkdir 5 start cd 3 start su 3 ; Check status of some processes: ; ps 2 ps 3 ; Fire up a process: switch ps 0 ; Context switch: switch ps 0 ps 1 ; Create another process: start ls 1 ; Cycle the process list: switch switch switch switch switch switch switch ps all ; Kill some processes: kill 3 ps 3 ps 4 kill 4 ps 4 ; Who's left? ps all ; Quit: exit