You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The Linux kernel uses a list of vm_area_structs that hold all information stored in the architecture-specific page table and everything else needed to fully describe a memory area.
We have a few abstractions for both physical and virtual memory management. Some methods (
set
,set_addr
) need a second thought and documentation, whereasidentity_map
needs improvement.Both i686 and ARM use paging schemes with two levels.
Perhaps use slices and iterators for virtual memory manipulation?
The text was updated successfully, but these errors were encountered: