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 d0cb6fd commit 81eea9fCopy full SHA for 81eea9f
Cargo.toml
@@ -28,7 +28,7 @@ page_table_entry = "0.5"
28
memory_addr = "0.4"
29
crate_interface = "0.1"
30
31
-axaddrspace = "0.1.0"
+axaddrspace = "0.2.0"
32
axvcpu = "0.1.0"
33
x86_vlapic = "0.1.0"
34
axdevice_base = "0.1.0"
src/lib.rs
@@ -1,5 +1,6 @@
1
#![no_std]
2
#![feature(doc_cfg)]
3
+#![cfg(target_arch = "x86_64")]
4
#![doc = include_str!("../README.md")]
5
6
#[macro_use]
0 commit comments