Skip to content

The repo contains codes written in C as a part of the course Operating Systems at BITS Pilani. Codes are mainly about system calls in UNIX OS.

Notifications You must be signed in to change notification settings

SinghCoder/Operating_Systems

Repository files navigation

Operating Systems - CS F372

The repo contains codes written in C as a part of the course Operating Systems at BITS Pilani. Codes are mainly about system calls in UNIX OS.

How to execute ?

Any file can be compiled as

    gcc -o <filename>.exe <filename>.c      // windows
    gcc -o <filename>.out <filename>.c      // Linux/Ubuntu

and to run

    ./<filename>.exe      // windows
    ./<filename>.out      // Linux/Ubuntu

About

The repo contains codes written in C as a part of the course Operating Systems at BITS Pilani. Codes are mainly about system calls in UNIX OS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages