Note
This Project is a work in progress and is not complete at the moment.
A minimal 64-bit operating system from scratch for RISC-V aimed to be a learning resource.
It is entirely based on and inspired by Operating system in 1000 lines.
Every part of the code will be documented and will be availible soon. Star the project for updates.
- Multitasking
- Interrupt Handler
- Exception Handler
- Paging
- Interprocess communication
- System calls
- Device drivers
- File system support
- Command line shell
- Multi Processor support