Basic documentation

This commit is contained in:
2025-06-08 15:49:58 +02:00
parent c78d834742
commit 5f85a40f13
3 changed files with 47 additions and 17 deletions

View File

@@ -3,3 +3,13 @@
NovaOS is a expository project where I build a kernel from scratch for a Raspberry PI 3 B+.
[Technical write-up](https://blog.leafnova.net/projects/pi3_kernel/)
## Features
- Delay and sleep ✓
- UART ✓
- GPIOs ✓
- GPIO Interrupts ✓
- Frame Buffer
- MMU
- Basic Terminal over UART