On Fri, 19 Jan 2007 11:20:20 -0000, <[EMAIL PROTECTED]> 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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to