diff --git a/arch/src/x86_64/mod.rs b/arch/src/x86_64/mod.rs index 6081851e4..48ccdbaf1 100644 --- a/arch/src/x86_64/mod.rs +++ b/arch/src/x86_64/mod.rs @@ -46,7 +46,7 @@ impl From for super::Error { } // Where BIOS/VGA magic would live on a real PC. -const EBDA_START: GuestAddress = GuestAddress(0x9fc00); +const EBDA_START: GuestAddress = GuestAddress(0xa0000); const FIRST_ADDR_PAST_32BITS: GuestAddress = GuestAddress(1 << 32); // Our 32-bit memory gap starts at 3G.