summaryrefslogtreecommitdiff
path: root/include/kernel/data/ringbuf.h
AgeCommit message (Collapse)Author
2024-02-16kernel: make kprintf print to a ring bufferDanny 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>