x86_64
x86_64 copied to clipboard
implement `Step` for `PhysAddr` and `PhysFrame`
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 #212