rust-osdev / bootloader

An experimental pure-Rust x86 bootloader
Apache License 2.0
1.39k stars 212 forks source link

Bootloader marks frames used for the ramdisk as MemoryRegionKind::Usable when using Uefi #399

Closed daniel-keitel closed 10 months ago

daniel-keitel commented 1 year ago

Frames in which the ramdisk is stored may be reported as usable in a memory region, when using Uefi.

Tested on hardware (i9-13900K) and qemu.

Workaround:

phil-opp commented 10 months ago

Thanks a lot for reporting! I prepared a fix in https://github.com/rust-osdev/bootloader/pull/408.