Skip to content

[mmu] make the stack memory dynamically allocate/deallocate #23

Description

@ZackyGameDev

currently the stack is hard coded to only have a few allocated pages of memory. need to implement dynamic allocation so that if stack reaches into unallocated addresses, a new page is allocated for it.

Then if the stack unwinds enough that full pages become empty, they should also be periodically deallocated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions