Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-20 | io: prefix a 'k' to print functions | Danny Holman | 1 | -2/+2 | |
Add a 'k' prefix to the kernel versions of the printf family. | |||||
2021-01-17 | include: remove an include to the tty layer in io | Danny Holman | 1 | -1/+0 | |
Remove the include to the tty layer in io.h. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||||
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> |