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 4b0aed1 commit 21b7002Copy full SHA for 21b7002
src/vm.rs
@@ -21,7 +21,7 @@ use crate::vcpu::AxArchVCpuImpl;
21
use crate::{AxVMHal, has_hardware_support};
22
23
const VM_ASPACE_BASE: usize = 0x0;
24
-const VM_ASPACE_SIZE: usize = 0x7fff_ffff_f000;
+const VM_ASPACE_SIZE: usize = 1 << 48;
25
26
/// A vCPU with architecture-independent interface.
27
#[allow(type_alias_bounds)]
0 commit comments