From 326a779692fb733f7ee1ca85de603cf681bceddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Neuh=C3=A4user?= Date: Sun, 14 Sep 2025 18:15:48 +0200 Subject: [PATCH] update Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7ad108..0401125 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ NovaOS is a expository project where I build a kernel from scratch for a Raspber - Delay and sleep ✓ - UART ✓ +- Switching ELs ✓ - GPIOs ✓ - GPIO Interrupts ✓ - Communicate with peripherals via mailboxes ✓ - Frame Buffer ✓ -- Heap Memory allocation +- Heap Memory allocation ✓ +- Multi Core - Dynamic clock speed - MMU - Multiprocessing