mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update to x86_64 0.4.0
This commit is contained in:
@@ -9,7 +9,7 @@ bootloader = "0.3.12"
|
|||||||
spin = "0.4.9"
|
spin = "0.4.9"
|
||||||
volatile = "0.2.3"
|
volatile = "0.2.3"
|
||||||
uart_16550 = "0.1.0"
|
uart_16550 = "0.1.0"
|
||||||
x86_64 = "0.3.5"
|
x86_64 = "0.4.0"
|
||||||
pic8259_simple = "0.1.1"
|
pic8259_simple = "0.1.1"
|
||||||
pc-keyboard = "0.3.1"
|
pc-keyboard = "0.3.1"
|
||||||
|
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ To write to the I/O port, we use the [`x86_64`] crate:
|
|||||||
# in Cargo.toml
|
# in Cargo.toml
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
x86_64 = "0.3.5"
|
x86_64 = "0.4.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|||||||
Reference in New Issue
Block a user