summaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-17kernel: implement a basic printf functionDanny Holman1-0/+10
Implement a basic printf function using primitives from the TTY library. Signed-off-by: Danny Holman <dholman@gymli.xyz>
2021-01-17include: create basic C library functionsDanny Holman2-0/+23
Create the basic C library functions for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.xyz>