Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-27 | drivers: create a subdir just for driver code | Danny Holman | 1 | -105/+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> | |||||
2024-02-16 | arch: i386: put framebuffer ops in own file | Danny Holman | 1 | -0/+105 | |
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> |