Berkus Decker
|
e228a1cff4
|
chore: ♻️ Fix typos
|
2023-07-29 04:08:18 +03:00 |
Berkus Decker
|
dae26262bc
|
feat(boot): ✨ Replace r0 dependency
Use pointer provenance to guarantee absence of UBs.
|
2023-07-29 04:08:18 +03:00 |
Berkus Decker
|
ddf6d09136
|
feat: ✨ Switch mailboxes to correct DMA-backed storage by default
Allocate DmaBackedMailboxStorage out of DMA_ALLOCATOR.
Replace DMA bump_allocator with buddy_alloc.
|
2022-05-08 12:15:21 +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 |
Berkus Decker
|
4a02f5fd2c
|
feat: ✨ Upgrade exception trap handler output
|
2022-05-08 12:11:12 +03:00 |
Berkus Decker
|
eb4411bc97
|
fix(rustc): 🐛 stabilise const_fn_fn_ptr_basics
Stable since Rust 1.61.0
|
2022-03-27 21:34:01 +03:00 |
Berkus Decker
|
8f26c6fa44
|
refactor: 📦 Clean up code
Debugging with jtag.
Explicitly default to no features.
Allow unused allocator code.
Add board selection.
Add RPi4 datasheet.
Add explanation on bss alignment type.
|
2022-02-10 02:15:18 +02:00 |
Berkus Decker
|
33dbf79041
|
feat!: ✨ Add shared MMIODerefWrapper instead of per-module ones
|
2022-02-10 02:14:07 +02:00 |
Berkus Decker
|
4cdeeb8556
|
refactor: 📦 Split kernel into machine and nucleus
Move openocd task to upper level and remove kernel
build dependency - the qemu runner doesn't really
depend on it.
|
2022-02-10 02:14:07 +02:00 |