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

Fix: `VirtAddrNotValid` and `PhysAddrNotValid` should contain the whole address #347

Closed phil-opp closed 2 years ago

phil-opp commented 2 years ago

Before it contained just the invalid higher bits. We made the internal fields public in #340, but fortunately we didn't release this change yet, so this fix is still non-breaking.