mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
171b420b11
cur_console is NULL when copy_font() is first called from scinit(). This is apparently harmless when scinit() is called early from sccninit() - page 0 is apparently mapped r/w then, and 0->status contains suitable garbage. However, when there is a serial console, scinit() is first called from scattach() when the page tables are completely initialized, so the NULL pointer causes a panic. Submitted by: bruce |
||
---|---|---|
.. | ||
blank | ||
fade | ||
green | ||
snake | ||
star | ||
syscons.c | ||
syscons.h |