Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-20 | include: append "_H" to include guards | Danny Holman | |
Add a "_H" to the end of the include guards in tty.h. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||
2021-01-17 | include: remove an include to the tty layer in io | Danny Holman | |
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 | |
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> |