mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update x86_64 version in Testing post
This commit is contained in:
@@ -172,7 +172,7 @@ Instead of manually invoking the `in` and `out` assembly instructions, we use th
|
|||||||
# in Cargo.toml
|
# in Cargo.toml
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
x86_64 = "0.7.5"
|
x86_64 = "0.8.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
Now we can use the [`Port`] type provided by the crate to create an `exit_qemu` function:
|
Now we can use the [`Port`] type provided by the crate to create an `exit_qemu` function:
|
||||||
|
|||||||
Reference in New Issue
Block a user