We have a few abstractions for both physical and virtual memory management. Some methods (set, set_addr) need a second thought and documentation, whereas identity_map needs improvement.
Both i686 and ARM use paging schemes with two levels.
Perhaps use slices and iterators for virtual memory manipulation?
We have a few abstractions for both physical and virtual memory management. Some methods (
set,set_addr) need a second thought and documentation, whereasidentity_mapneeds improvement.Both i686 and ARM use paging schemes with two levels.
Perhaps use slices and iterators for virtual memory manipulation?