Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-20 | io: prefix a 'k' to print functions | Danny Holman | |
Add a 'k' prefix to the kernel versions of the printf family. | |||
2021-01-20 | kernel: iterate over string with index | Danny Holman | |
Iterate over a formatted string with an index and strlen instead of using a non-const pointer. The latter method may result in unsafe memory conditions. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||
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> |