update Readme

This commit is contained in:
2025-09-14 18:15:48 +02:00
parent 27b185239f
commit 326a779692

View File

@@ -8,11 +8,13 @@ NovaOS is a expository project where I build a kernel from scratch for a Raspber
- Delay and sleep ✓ - Delay and sleep ✓
- UART ✓ - UART ✓
- Switching ELs ✓
- GPIOs ✓ - GPIOs ✓
- GPIO Interrupts ✓ - GPIO Interrupts ✓
- Communicate with peripherals via mailboxes ✓ - Communicate with peripherals via mailboxes ✓
- Frame Buffer ✓ - Frame Buffer ✓
- Heap Memory allocation - Heap Memory allocation
- Multi Core
- Dynamic clock speed - Dynamic clock speed
- MMU - MMU
- Multiprocessing - Multiprocessing