Skip to content

Nikhil190804/OS-Assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems Course Assignments | IIITD 💻

📜 Introduction

This repository contains assignments for the Operating Systems (OS) course offered to 2nd-year B.Tech students at Indraprastha Institute of Information Technology, Delhi (IIITD). It showcases a variety of projects and exercises completed as part of the OS curriculum.

📚 Course Information

  • Course Name: Operating Systems
  • Institution: IIIT Delhi (IIITD)
  • Target Audience: 2nd Year B.Tech Students

📂 Assignments Overview

This repository is organized into folders, one for each assignment:

  • Assignment 1: Loader Implementation 🚀
    • Focuses on understanding the basics of how programs are loaded into memory.
  • Assignment 2: System Calls Exploration 📞
    • Involves working with and understanding system calls.
  • Assignment 3: Custom Shell and Scheduler 🐚⚙️
    • Development of a basic shell and a process scheduler.
  • Assignment 4: Smart Loader with Advanced Features 🧠💡
    • Enhancements and advanced functionalities for the loader.
  • Assignment 5: Multithreading Concepts 🧵✨
    • Exercises related to concurrent programming and multithreading.

For detailed information on each assignment, please refer to the README.md and DESIGN.txt (or similar) files within each assignment's folder.

🏗️ Repository Structure

  • Each assignment is located in its own dedicated folder (e.g., Assignment-1/, Assignment-2/, etc.).
  • Inside each assignment folder, you will typically find:
    • Source code files (e.g., .c, .cpp, .h).
    • A Makefile for easy compilation.
    • A README.md file specific to that assignment, often including team member details and specific instructions.
    • A DESIGN.txt or similar text file outlining the design choices and approach for the assignment.
    • A PDF document (e.g., homework-X.pdf) containing the problem statement.

🛠️ How to Use This Repository

  1. Navigate to an Assignment: cd Assignment-X (replace X with the assignment number).
  2. Review Documentation: Read the assignment-specific README.md and the problem statement PDF.
  3. Compile Code: Use the provided Makefile. Typically, you can compile by running make in the assignment directory.
    make
  4. Run Executables: Execute the compiled programs as per the assignment instructions.

Note: Specific compilation and execution steps might vary. Always refer to the README.md within each assignment folder.

🗣️ Feedback

If you have any suggestions or find any issues, feel free to open an issue in this repository.

📝 Disclaimer

The solutions and code provided in this repository are for educational purposes and represent student submissions for the Operating Systems course at IIITD.

About

This is the repository for the OS (Operating Systems) Assignments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •