Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-27 | libk: create a subset libc for kernel use | Danny Holman | 1 | -10/+0 | |
Create a subset of the C library for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-02-16 | include: kernel: add the container_of.h file | Danny Holman | 1 | -0/+10 | |
Add the container_of.h file that defines the container_of macro. This macro allows the kernel to get the parent struct of a pointer with an offset. Signed-off-by: Danny Holman <dholman@gymli.org> |