Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-17 | kernel: implement a basic printf function | Danny Holman | |
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 | |
Create the basic C library functions for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.xyz> |