This repo is created for educational purposes. Feel free to contribute it as a part of Hacktoberfest 2022.
- Leave a star and fork the repository 😉
- Now clone the repository.
- Goto the repository directory in your code editor and start coding a program or simply add one from elsewhere.
- Commit your changes and push them to your repository.
- Open a pull request and type in some description. That's it.
- Upload the programs done in your OS Lab
- Add documentation to each experiment, like the aim of the experiment and algorithms
- Or you can upload the pdf/docx of your OS record. Make sure to create a separate folder for it 😁
-
On GitHub.com, navigate to the main page of the repository.
-
Above the list of files, click ↓ Code.
- Copy the URL for the repository using HTTPS, under "HTTPS", click the copy icon.
-
In your computer open terminal/command prompt/git bash and change the current working directory to the location where you want the cloned directory.
-
Type git clone, and then paste the URL you copied earlier.
git clone https://github.com/Anirudh-A-V/OS_Lab_KTU_S4.git
-
Press Enter to create your local clone.