Berkus Decker
|
a656a9bdd7
|
feat: ✨ Add kernel and MMIO mapping support
Not all the memory is mapped now, only kernel
sections and MMIO remap space
are mapped on the go.
|
2023-08-12 03:29:02 +03:00 |
Berkus Decker
|
0f30bf00aa
|
refactor: 📦 Restructure code
All modules are modified to unified model
(mod.rs file in module directory).
Arch imports use modules from arch/ namespace
explicitly as arch_xxx.
|
2023-08-08 00:44:31 +03:00 |
Berkus Decker
|
07df330b62
|
feat: ✨ Implement MMU based on Andre Richter's tutorial
As per https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master/10_virtual_mem_part1_identity_mapping
Bring better separation of abstract, platform and BSP code.
Init MMU and traps after serial output.
|
2022-05-08 12:15:21 +03:00 |