Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-16 | arch: i386: put framebuffer ops in own file | Danny Holman | |
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 | |
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 | |
Create the basic C library functions for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.xyz> |