📘 This repository contains my lab work for the Operating Systems course at United International University.
-
- class3 Code
- Practice QSN
- bash_conditionals
- grep
- loop
- variables and math
- class4 Code
- Array
- Function
- Practice Problems on Bash Script
- class3 Code
-
- Week 2 Assignments.md
- Week 3 Assignments.md
- Summer 2022 - offline 1 - solve.sh
- multiplication-tablesh
- practice-for-Ct01 .md
-
- Make Up Lab Test
- Summer25-CT01-Solve
- Assignments: All lab assignments with code and explanations.
- ClassTests: Solutions to class tests.
- Midterm/Final: Questions and my written/code solutions.
- Code+Notes: Key operating systems concepts and personal notes.
- Practice problems: Practice problems and other resources.
- Language: C (mostly)
- Tools: Linux terminal, gcc, gedit/vim
- Understand OS internals
- Practice system-level programming
- Prepare for CTs, midterm, and final
- Clone the repository:
git clone https://github.com/TashinParvez/os-lab-uiu.git cd os-lab-uiu - Navigate through folders according to your topic of interest.
- Open notes or code files using your favorite editor (gedit, vim, VSCode).
- Compile and run C programs in Linux terminal using gcc:
gcc filename.c -o outputname ./outputname
- Refer to the notes before or after running the code for better understanding.
Contributions are welcome! If you have ideas, suggestions, or resources that could enhance this repository, feel free to submit a pull request or open an issue.
For any questions, suggestions, or feedback, please feel free to reach out to the repository maintainer.
Happy Learning! 🚀