This repository contains system-level programming projects focused on process scheduling, shell implementation, and other foundational OS-level tasks.
- Lottery Scheduler (xv6): A process scheduling algorithm.
- Unix-like Shell: A basic shell implementation mimicking Unix functionality.
- SeekingTutor: A system-level application with specific OS interactions.
- C
- Operating Systems