Completed the implementation of a basic operating system as a part of S5 Operating Systems Lab course. The operating system was built for an XSM machine. More information available at http://exposnitc.github.io/
Properties of the operating system
- Implementation for Interrupts (Console Read, Console Write, Timer, Disk)
- Process Synchronization and Semaphores
- User management
- Pager Module
- File Read/Write