/OS_Lab_KTU_S4

Set of all programs and their algorithms as prescribed by KTU 2019 syllabus for CSE S4 Operating Systems Lab

Primary LanguageC

OS_Lab_KTU_S4

This repo is created for educational purposes. Feel free to contribute it as a part of Hacktoberfest 2022.

How to Contribute

  1. Leave a star and fork the repository 😉
  2. Now clone the repository.
  3. Goto the repository directory in your code editor and start coding a program or simply add one from elsewhere.
  4. Commit your changes and push them to your repository.
  5. Open a pull request and type in some description. That's it.

What to contribute

  1. Upload the programs done in your OS Lab
  2. Add documentation to each experiment, like the aim of the experiment and algorithms
  3. Or you can upload the pdf/docx of your OS record. Make sure to create a separate folder for it 😁

How to clone a repository

  1. On GitHub.com, navigate to the main page of the repository.

  2. Above the list of files, click ↓ Code.

clone1
  1. Copy the URL for the repository using HTTPS, under "HTTPS", click the copy icon.
clone2
  1. In your computer open terminal/command prompt/git bash and change the current working directory to the location where you want the cloned directory.

  2. Type git clone, and then paste the URL you copied earlier.

    git clone https://github.com/Anirudh-A-V/OS_Lab_KTU_S4.git
    
  3. Press Enter to create your local clone.


Contributors ✨

Don't Forget to leave a star ⭐