Implement initial memory manager infrastructure #24
Reference in New Issue
Block a user
Delete Branch "memmgr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This merge request introduces the foundational infrastructure for the Memory Manager by implementing the initialization phase and critical bootloader fixes. While general-purpose heap allocation and freeing routines are not yet fully implemented, this changeset establishes the necessary groundwork for future memory management features.
Key features:
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.