Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-16 | kernel: make kprintf print to a ring buffer | Danny Holman | |
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> |