Commit Graph

5 Commits

Author SHA1 Message Date
aed9c39283 wip 2026-03-20 19:19:16 +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
0f5f942d78 Impelement a basic logger, WIP 2026-01-10 19:49:05 +01:00
48fbc2e5fa Introduce Logger trait 2026-01-09 16:04:42 +01:00