]> git.buserror.net Git - polintos/scott/priv.git/blob - kernel/io/console/README
minor doc updates
[polintos/scott/priv.git] / kernel / io / console / README
1 The kernel console is a low-level implementation that only provides
2 the minimal features necessary and/or useful for debugging the kernel
3 and low-level user software.  Currently, only the System.IO.OStream
4 interface is required to be implemented.  Video-based consoles will
5 likely also have an interface that allows one to request a video mode
6 change to display a catastrophic error message, but that can wait
7 until there are user space programs that change the video mode.