Skip to content

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.

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

2 participants