We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab34e1d commit 2c87f31Copy full SHA for 2c87f31
examples/basic/kernel/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2024"
6
[dependencies]
7
bootloader_api = "0.11.12"
8
uart_16550 = "0.4.0"
9
-x86_64 = { version = "0.15.2", features = ["instructions"] }
+x86_64 = "0.15.2"
0 commit comments