Hello,
I am with problems I need to Implement urgent a Simplified Computer (CS). This computer will receive as entrance parameter the configuration of duration and it arrives of processes, according to example to proceed.
Process
1
2
3
Arrival
1
2
3
Duration
5
2
4
After receiving the configurations of the processes, CS will owe emular/simular the escalonamento and execution of these processes, and, at the end of the execution CS should exhibit the time of return and of wait of each process (Silberschatz), according to the table to proceed:
Process Return Waits
Its CS should be capable to work the escalonamento algorithms, FCFS, SJP, Round-Robin.
Could anybody help me?