Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 469 Bytes

File metadata and controls

12 lines (9 loc) · 469 Bytes

System Programming Projects

This repository contains system-level programming projects focused on process scheduling, shell implementation, and other foundational OS-level tasks.

Projects:

  1. Lottery Scheduler (xv6): A process scheduling algorithm.
  2. Unix-like Shell: A basic shell implementation mimicking Unix functionality.
  3. SeekingTutor: A system-level application with specific OS interactions.

Technologies:

  1. C
  2. Operating Systems