Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 603 Bytes

File metadata and controls

15 lines (8 loc) · 603 Bytes

Advanced Operating Systems — IIT KGP (Autumn 2025)

This repository contains my implementations of the assignments for the Advanced Operating Systems course at IIT Kharagpur, Autumn 2025.


📂 List of Assignments

  1. Assignment 1 — System Call Implementation
    Added a custom system call to the Linux kernel, testing it via user-space programs, and understanding kernel–user space interaction.

  2. Assignment 2 — Loadable Kernel Module Implemented a per-process FIFO Queue in a Linux Kernel Module, exposing a /proc interface for user-space interaction.