Kernel simulator is developed using java language to execute process in operating system using first come first server (FCFS) scheduling algorithm.
Java
Netbeans
First Come First Serve(FCFS)
- Display Gantt chart
- Completion Time
- Turn Around Time
- Waiting Time
- Create Process
- Update Process
- Delete Process
Simply add process arrival time and burst time with process id. Your can run up to 10 process at a time.