Date: Fri, 19 Jan 2007 11:51:03 -0000 From: "Martin Tournoij" <carpetsmoker@xs4all.nl> To: abedini@gmail.com, freebsd-questions@freebsd.org Subject: Re: kernel color Message-ID: <op.tmegjdppkagcwh@phong.carpetsmoker.net> In-Reply-To: <000801c73bbb$ed4d2e90$2f07f154@client> References: <000801c73bbb$ed4d2e90$2f07f154@client>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 19 Jan 2007 11:20:20 -0000, <abedini@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.tmegjdppkagcwh>
