Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-17 | kernel: implement a basic printf function | Danny Holman | 1 | -0/+10 | |
Implement a basic printf function using primitives from the TTY library. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||||
2021-01-17 | include: create basic C library functions | Danny Holman | 2 | -0/+23 | |
Create the basic C library functions for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.xyz> |