Skip to content

Implement sorting of the memory map produced by exit_boot_services #661

Closed
@JarlEvanson

Description

@JarlEvanson

To facilitate construction of memory managers, would it be possible to implement a method to obtain a sorted memory map upon a call to 'exit_boot_services'? Since iterators can't be sorted, one first has to allocate memory to event begin to be able to sort the map, which complicates design. Implementing such a capability here would be much easier, as we have access to the slice, rather than the iterator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions