Require up-to-date x86_64 version instead of bootloader version

This commit is contained in:
Philipp Oppermann
2019-09-14 10:46:22 +02:00
parent 4546d40be1
commit 7104014c27

View File

@@ -31,16 +31,16 @@ To implement the approach, we will need support from the bootloader, so we'll co
### Dependency Updates ### Dependency Updates
This post requires version 0.8.0 or later of the `bootloader` dependency. You can update the dependency in your `Cargo.toml`: This post requires version 0.7.5 or later of the `x86_64` dependency. You can update the dependency in your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
bootloader = "0.8.0" x86_64 = "0.7.5"
``` ```
For an overview of the changes in recent versions, check out the [`bootloader` changelog]. For an overview of the changes in recent versions, check out the [`x86_64` changelog].
[`bootloader` changelog]: https://github.com/rust-osdev/bootloader/blob/master/Changelog.md [`x86_64` changelog]: https://github.com/rust-osdev/x86_64/blob/master/Changelog.md
## Accessing Page Tables ## Accessing Page Tables