x86_64 icon indicating copy to clipboard operation
x86_64 copied to clipboard

Library to program x86_64 hardware.

Results 53 x86_64 issues
Sort by recently updated
recently updated
newest added

This PR adds `Step` implementations for `PhysAddr` and `PhysFrame`. This PR also adds kani harnesses to prove the correctness of these new implementations and the unsafe code within them. Closes...

``unmap`` and ``map_to`` have different semantics for determining when a page is mapped, which causes problems handling entries that are non-zero but do not have the present flag set. ``translate``...

I am using the `next` branch because I am using the `PAT_4KIB_PAGE` flag. Today I encountered a panic: ``` [0] ERROR panicked at /home/rajas/.cargo/git/checkouts/x86_64-380b825b01a45fff/c845be9/src/structures/paging/mapper/mapped_page_table.rs:877:51: entry should be mapped at this...