rust-osdev / x86_64

Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
797 stars 132 forks source link

add getters for the page table frame mapping #385

Closed Freax13 closed 2 years ago

Freax13 commented 2 years ago

This pr adds two getters MappedPageTable::page_table_frame_mapping and OffsetPageTable::offset. It also fixes the doc comment for MappedPageTable::new.

phil-opp commented 2 years ago

Looks good, thanks!