mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-16 20:22:26 +00:00
feat: implement first SVC mailbox instruction (#6)
* refactor: organize code * feat: move EL0 stack to virtual space * wip * feat: Enable EL0 basic mailbox access via SVCs * refactor: move irq interrupts
This commit is contained in:
committed by
GitHub
parent
f78388ee2c
commit
34a66ff87a
@@ -15,9 +15,10 @@ NovaOS is a expository project where I build a kernel from scratch for a Raspber
|
||||
- Frame Buffer ✓
|
||||
- Heap Memory allocation ✓
|
||||
- MMU ✓
|
||||
- SVC instructions
|
||||
- Kernel Independent Applications
|
||||
- SVC instructions ~
|
||||
- Multi Core
|
||||
- Multi Applications
|
||||
- Dynamic clock speed
|
||||
- Kernel Independent Applications
|
||||
- Multiprocessing
|
||||
- Basic Terminal over UART
|
||||
|
||||
Reference in New Issue
Block a user