Skip to content

jinhwak11/os_proj1_scheduling

Repository files navigation

os_proj1_scheduling

fifo_sched.c

Scheduling with FIFO algorithm
only deal CPU burst

scheduling.c

Scheduling with Round Robin algorithm
Only deal CPU burst

sched_io.c

Scheduling based on Round Robin algorithm
CPU burst + I/O burst
Implement I/0 burst with sorted linked list
out put file is schedule_dump.txt

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages