Skip to content

This repository contains my lab work for the Operating Systems course at United International University.

Notifications You must be signed in to change notification settings

TashinParvez/os-lab-uiu

Repository files navigation

CSE 4510: Operating Systems Lab – UIU [Summer-252]

GitHub repo size GitHub contributors GitHub last commit Visitor Count

📘 This repository contains my lab work for the Operating Systems course at United International University.

📋 Table of Contents

📂 Structure

  • 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.

🔧 Tech Used

  • Language: C (mostly)
  • Tools: Linux terminal, gcc, gedit/vim

✅ Goals

  • Understand OS internals
  • Practice system-level programming
  • Prepare for CTs, midterm, and final

📖 How to Use This Repository

  1. Clone the repository:
    git clone https://github.com/TashinParvez/os-lab-uiu.git
    cd os-lab-uiu
  2. Navigate through folders according to your topic of interest.
  3. Open notes or code files using your favorite editor (gedit, vim, VSCode).
  4. Compile and run C programs in Linux terminal using gcc:
    gcc filename.c -o outputname
     ./outputname
  5. Refer to the notes before or after running the code for better understanding.

🏡 Contributing

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.

📞 Contact

For any questions, suggestions, or feedback, please feel free to reach out to the repository maintainer.

Tashin Parvez Email Tashin Parvez LinkedIn Tashin Parvez Facebook Tashin Parvez Hashnode

Happy Learning! 🚀

About

This repository contains my lab work for the Operating Systems course at United International University.

Topics

Resources

Stars

Watchers

Forks