|
|
02f16715bc
|
feat: terminal, start app by ID
|
2026-03-26 15:27:39 +01:00 |
|
|
|
804941d933
|
feat: start application via application_manager
|
2026-03-25 21:40:33 +01:00 |
|
Alexander Neuhäuser
|
f33100d36b
|
feat: UART terminal (#7)
* feat: basic terminal
* feat: execute application via terminal
|
2026-03-24 17:50:28 +01:00 |
|
Alexander Neuhäuser
|
34a66ff87a
|
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
|
2026-03-22 12:25:43 +01:00 |
|
Alexander Neuhäuser
|
f78388ee2c
|
feat: implement MMU core functionality
* feat: Implement a basic MMU configuration
* feat: Enhance MMU by separating sections and configuring permissions
* feat: Update MMU configuration and memory allocation functions
* fix: Level 3 translation fault
* docs: add code documentation
* fix: linter
* feat: map translation tables to kernel space
* feat: move el1 stack to kernel VA space
* feat: use virtual memory for heap allocation
* docs: update Readme
|
2026-03-17 19:30:45 +01:00 |
|
|
|
55f410e2bb
|
Refactor and reorganize project structure
|
2026-03-04 11:23:27 +01:00 |
|