add kernel

This commit is contained in:
mii
2025-06-30 20:56:25 +09:00
parent 8a163f3787
commit bfea023c76
7 changed files with 41 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ fn get_fs() -> Directory {
fn main() -> Status {
uefi::helpers::init().unwrap();
uefi::system::with_stdout(|stdout| stdout.clear().unwrap());
println!("\nnel_os bootloader");
let memory_map = uefi::boot::memory_map(MemoryType::LOADER_DATA).unwrap();