Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: make kprintf print to a ring buffer | Danny Holman | 2024-02-16 | 1 | -0/+50 |
| | | | | | | | | The function kprintf should print to an internal ringbuffer instead of directly to the framebuffer. This reduces dependence on the existence of a framebuffer in the first place. Signed-off-by: Danny Holman <dholman@gymli.org> | ||||
* | include: kernel: move list.h to a data struct directory | Danny Holman | 2024-02-16 | 1 | -0/+32 |
Move list.h into a designated directory for data structure definitions. Signed-off-by: Danny Holman <dholman@gymli.org> |