This commit is contained in:
mii443
2025-07-01 20:07:49 +09:00
parent 8509a1bed6
commit cc059919bf

View File

@@ -5,7 +5,7 @@ extern crate alloc;
use alloc::{boxed::Box, vec};
use core::{arch::asm, slice};
use goblin::elf::{self, Elf};
use goblin::elf;
use uefi::{
allocator::Allocator,
boot::{AllocateType, MemoryType, ScopedProtocol},
@@ -104,7 +104,7 @@ fn main() -> Status {
uefi::system::with_stdout(|stdout| stdout.clear().unwrap());
println!("\nnel_os bootloader");
println!("nel_os bootloader");
let memory_map = uefi::boot::memory_map(MemoryType::LOADER_DATA).unwrap();
println!("memory_map len: {}", memory_map.len());