Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 653 Bytes

File metadata and controls

14 lines (11 loc) · 653 Bytes

Linux-Operating-System-Project-1

@laimolee: jizz

This repository is the first project of Linux Operating System course during the autumn semester of 2022 at NCU.

How to use?

You can compile main.c with below command:

gcc -pthread -o main main.c

Notices

  • This repository can only be used in Linux OS (because the library pthread.h does not support other OS).
  • You can get more information from project description and our report.