Anhad Singh d82ba37de8 feat(mapper/remap_with_full): conditional remap
This commit modifies the transform function (`f`) argument of
`remap_with_full` to return an `Option`. This allows the caller to skip
remaps based on the previous frame and page flags. It can alternatively
be done by first translating the address and then remapping based on
that but that would mean we have to walk the page tables twice :|

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-19 19:50:00 +11:00
2025-09-10 15:37:19 +02:00
2020-09-04 21:23:23 +00:00
2020-09-04 21:24:43 +00:00

Redox Memory Management

This is a Rust crate to provide abstractions for hardware memory management. It also contains a mechanism for testing memory management with software emulation.

S
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Readme MIT 17 GiB
Languages
Rust 98.8%
Assembly 0.6%
Linker Script 0.5%
Makefile 0.1%