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