Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: iterate over string with index | Danny Holman | 2021-01-20 | 1 | -6/+6 |
| | | | | | | | | 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> | ||||
* | kernel: implement a basic printf function | Danny Holman | 2021-01-17 | 1 | -0/+72 |
Implement a basic printf function using primitives from the TTY library. Signed-off-by: Danny Holman <dholman@gymli.xyz> |