kernel color

Martin Tournoij carpetsmoker at xs4all.nl
Fri Jan 19 11:51:05 UTC 2007


On Fri, 19 Jan 2007 11:20:20 -0000, <abedini at gmail.com> wrote:

> hi all dear in FreeBSD project.
> in NetBSD user can add this line to kernel to change kernel
> BF and FG color:
>      options WS_DEFAULT_FG=WSCOL_XXX
>      options WS_DEFAULT_BG=WSCOL_XXXhow can use this trit in freebsd?
> _______________________________________________



 From /usr/src/sys/conf/NOTES:
# The following options will let you change the default colors of syscons.
options         SC_NORM_ATTR=(FG_GREEN|BG_BLACK)
options         SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
options         SC_KERNEL_CONS_ATTR=(FG_RED|BG_BLACK)
options         SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)

Take a look at /usr/src/sys/conf/NOTES and  
/usr/src/sys/YOURARCH/conf/NOTES for all kernel options.

Hope this help.

Regards.
Martin


More information about the freebsd-questions mailing list