mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-16 20:22:26 +00:00
Implement Heap allocation (#3)
* Implement Maloc * Implement Dealloc * Migrate to a struct based heap implementation
This commit is contained in:
committed by
GitHub
parent
981a6cd65c
commit
afe1128139
@@ -8,9 +8,14 @@ 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 ✓
|
||||
- Multi Core
|
||||
- Dynamic clock speed
|
||||
- MMU
|
||||
- Multiprocessing
|
||||
- Basic Terminal over UART
|
||||
|
||||
Reference in New Issue
Block a user