Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 510 Bytes

File metadata and controls

11 lines (9 loc) · 510 Bytes

Linux-Operating-System-Project-3

The third project of Linux Operating System course at NCU.

How to use?

You can compile cpu_id.c, cpu_bound.c or io_bound.c with below command:

gcc -o {file_name} {file_name}.c

Notices