summaryrefslogtreecommitdiff
path: root/arch/i386/include/kernel/framebuffer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drivers: create a subdir just for driver codeDanny Holman2024-05-271-17/+0
| | | | | | | Create a subdirectory branching from the project root. This directory will contain nothing but driver and device code. Signed-off-by: Danny Holman <dholman@gymli.org>
* arch: i386: put framebuffer ops in own fileDanny Holman2024-02-161-0/+17
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>