Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-27 | libk: create a subset libc for kernel use | Danny Holman | 1 | -18/+0 | |
Create a subset of the C library for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-03-28 | arch: i386: kernel: implement a kmalloc function | Danny Holman | 1 | -0/+18 | |
Add a basic kmalloc implementation. This allows the kernel to allocate blocks smaller than a whole page. Signed-off-by: Danny Holman <dholman@gymli.org> |