Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-11-26 | kernel: mem: add a simple kmalloc implementation | Danny Holman | 1 | -0/+9 | |
Add a simple implementation of kmalloc. This system only works on x86-based processors at the time of commit. Signed-off-by: Danny Holman <dholman@gymli.org> |