Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-02-16 | arch: i386: put framebuffer ops in own file | Danny Holman | 1 | -11/+0 | |
Move all operations related to the x86 framebuffer into its own set of files. This makes the TTY layer more architecture agnostic. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2021-01-20 | include: append "_H" to include guards | Danny Holman | 1 | -2/+2 | |
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: create basic C library functions | Danny Holman | 1 | -0/+11 | |
Create the basic C library functions for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.xyz> |