Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers: create a subdir just for driver code | Danny Holman | 2024-05-27 | 1 | -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 file | Danny Holman | 2024-02-16 | 1 | -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> |