From dc63dfebcf748d0a87f922d91f35de6bb4365113 Mon Sep 17 00:00:00 2001 From: Solicey Date: Thu, 29 Jan 2026 00:33:53 +0800 Subject: [PATCH] v0.4 release urgent header fix --- src/arch/x86_64/boot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/x86_64/boot.rs b/src/arch/x86_64/boot.rs index c99d9838..b3191ef1 100644 --- a/src/arch/x86_64/boot.rs +++ b/src/arch/x86_64/boot.rs @@ -19,7 +19,7 @@ use crate::{ config::{root_zone_config, HvPciConfig, HvZoneConfig, MEM_TYPE_RAM}, cpu_data::this_zone, error::HvResult, - memory::{GuestPhysAddr, HostPhysAddr, MemFlags, MemoryRegion, MemorySet}, + memory::{GuestPhysAddr, HostPhysAddr, MemFlags, MemoryRegion, MemorySet, PAGE_SIZE}, platform::MEM_TYPE_RESERVED, }; use alloc::string::{String, ToString};