[FreeBSD] Kernel fonts and colors. - BSD

Users browsing this thread: 1 Guest(s)
ducpfp
Registered
Thanks, I fixed the issue by commenting out these two lines from syscons.c:

bcopy(dflt_font_8, sc->font_8, sizeof(dflt_font_8));
bcopy(dflt_font_14, sc->font_14, sizeof(dflt_font_14));


Messages In This Thread
[FreeBSD] Kernel fonts and colors. - by yrmt - 16-08-2012, 12:58 PM
RE: [FreeBSD] Kernel fonts and colors. - by yrmt - 16-08-2012, 05:48 PM
RE: [FreeBSD] Kernel fonts and colors. - by yrmt - 01-09-2012, 08:15 AM
RE: [FreeBSD] Kernel fonts and colors. - by ducpfp - 02-09-2012, 05:55 AM
RE: [FreeBSD] Kernel fonts and colors. - by yrmt - 02-09-2012, 07:42 AM
RE: [FreeBSD] Kernel fonts and colors. - by yrmt - 26-12-2012, 02:00 AM