Projects
exampleOS
A minimal OS designed as a reference tool with a beginner oriented set of features:
- Preemptive multitasking (including system calls)
- Initial boot disk
- Huge page support
- Keyboard driver
Has a companion website too with tutorials and details on the code.