Skip to content

[mmu] kernel::paging::PageAllocator refactor #25

Description

@ZackyGameDev

entirety of PageAllocator is very verbose. While technically readable and functional, it repeats things a lot. Every ttbr related method traverses all three levels of the translation table, and in general it could be refactored better. it is too long. kernel and user space pagings can also be put in different modules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringNeeds refactoring of current code without necessarily changing the functionality/architecture.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions