Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naive malloc()/free() implementation #23

Merged
merged 2 commits into from
Jul 29, 2023
Merged

Naive malloc()/free() implementation #23

merged 2 commits into from
Jul 29, 2023

Commits on Jul 29, 2023

  1. Naive malloc()/free() implementation

    This will be fleshed out in the future, but for now this should be
    enough to get some in-kernel memory allocation going.
    hpvb committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5ebcab4 View commit details
    Browse the repository at this point in the history
  2. Fix bounds on realloc.

    robotman2412 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    db40676 View commit details
    Browse the repository at this point in the history