summaryrefslogtreecommitdiff
path: root/include/kernel/tty.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-16arch: i386: put framebuffer ops in own fileDanny Holman1-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-20include: append "_H" to include guardsDanny Holman1-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-17include: create basic C library functionsDanny Holman1-0/+11
Create the basic C library functions for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.xyz>