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 off-by-one in documentation #427

Closed Qix- closed 1 year ago

Qix- commented 1 year ago

The off-by-one error was confusing at first, wasn't sure if there was a 1-indexed behavior with page tables that I wasn't aware of.

Freax13 commented 1 year ago

Thank you for your contribution! Good catch!