Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 370 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 370 Bytes

Operating systems and system programming (Labs)

Description: Labs on the subject of operating systems and system programming.

Compilation of programs:

> gcc <filename>.c -o <filename>.exe

Variant definition:

> gcc DetermineVariant.c -o DetermineVariant.exe
> ./DetermineVariant.exe <number-of-tasks> <your-number-on-the-list>