add rsdp addr

This commit is contained in:
mii443
2025-07-04 20:14:43 +09:00
parent 34c3d0f89b
commit 539d784bed
4 changed files with 32 additions and 0 deletions

View File

@ -8,4 +8,5 @@ pub mod memory;
pub struct BootInfo {
pub usable_memory: UsableMemory,
pub frame_buffer: FrameBuffer,
pub rsdp: u64,
}