Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Mark ramdisk as used in memory map #408

Merged
merged 2 commits into from
Dec 28, 2023
Merged

Fix: Mark ramdisk as used in memory map #408

merged 2 commits into from
Dec 28, 2023

Conversation

phil-opp
Copy link
Member

Fixes #399


Side note: I'm not really happy with the current implementation. I think it would be better to already split the memory map given to LegacyFrameAllocator so that it uses separate region kinds for the kernel slice and the ramdisk. E.g. here:

LegacyFrameAllocator::new(memory_map.entries().copied().map(UefiMemoryDescriptor));

However, such a change would require a lot of testing, so it's probably better to do this in a future PR.

@phil-opp phil-opp merged commit 22d116f into main Dec 28, 2023
14 of 16 checks passed
@phil-opp phil-opp deleted the fix-ramdisk branch December 28, 2023 13:42
@phil-opp phil-opp mentioned this pull request Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bootloader marks frames used for the ramdisk as MemoryRegionKind::Usable when using Uefi
1 participant