Operating Systems: Process & Thread
Operating Systems: Process & Thread Processes and threads Describe Processes or Programs Usually we use the Dircted Acyclic Graph(DAG) to describe the sequence of executio…
Operating Systems: Lab 2 Banker’s Algorithm
Operating Systems: Lab 2 Banker's Algorithm Deadlock is a set of blocked processes each holding a resource and waiting to acquire a resource held by another process in the set…
Operating Systems: Lab 1 SPF(Shortest-Process-First)
Operating Systems: Lab 1 SPF(Shortest-Process-First) Shortest-Process-First(or Shortest-Job-First) Scheduling. This algorithm is sort with the brust time or remaining time, an…
Operating Systems: Lab 0 Threads
Operating Systems: Lab 0 Threads This is probably not an Lab, just a little exercise. Here you can know the basic feature of the thread, and try to create the first thread by …