Date: Sun, 7 Apr 2002 00:19:09 -0800 (PST) From: Peter Leftwich <Hostmaster@Video2Video.Com> To: FreeBSD Questions <FreeBSD-Questions@FreeBSD.Org> Subject: C-A-Del? /usr/src/sys/i386/conf/LINT Message-ID: <20020407001319.Q1121-100000@66-75-1-142.san.rr.com>
next in thread | raw e-mail | index | archive | help
In my box's /usr/src/sys/i386/conf/LINT file I see: options SC_DISABLE_REBOOT # disable reboot key sequence How -- other than my pressing Control-Alt-Delete -- can I tell if this option was compiled (used) in the currently booted kernel? Ya know what, I think I just answered my own question: /usr/src/sys/i386/conf/GENERIC However, this spawns a new question... If I make changes to the file above, must I build a new kernel or simply restart the computer? What is the command to 'make world' and where (cd to where) must I execute the command? options SC_HISTORY_SIZE=200 # number of history buffer lines I gots to crank this up to like 1000. With 512mb RAM should I worry? # 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)" These lines look fun :) # If you have a two button mouse, you may want to add the following option to use the right button of the mouse to paste text. options SC_TWOBUTTON_MOUSE Innnnnteresting. I thought this would only need be handled by the moused binary, no? Why not? [Last posting tonight.] Peace all, -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020407001319.Q1121-100000>