Skip to content

Implement basic memory management for kernel only #18

Description

@tdecroyere

We need to have basic memory allocation in the kernel.
We will not do malloc but only memory arenas.

When working on malloc for stdlib c later, it will be implemented with different memory arenas.

  • Implement a really basic dumb allocator in the kernel.
  • Implement a memory arena system. (no virtual memory yet)
  • Implement a stack memory arena.
  • Implement unit tests.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions