Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 503 Bytes

File metadata and controls

8 lines (5 loc) · 503 Bytes

Operating-Systems-Class-Programs

Programs I have made in the operating systems class. Use of C ++ and the Kbhit () function to detect a key press.

Use of C ++ and the Kbhit () function to detect a key press.

We implement some scheduling algorithms such as First Come First Served FCFS or Round-robin, in addition to a simulation of batch processing.

We use the kbhit () function to detect if a key was pressed and, according to the keys, a specific operation is performed with the process running.