From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 17:51:54 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2146137B401 for ; Sat, 26 Apr 2003 17:51:52 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB6F43FAF for ; Sat, 26 Apr 2003 17:51:51 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h3R0pVNY025747; Sat, 26 Apr 2003 19:51:31 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h3R0pV2n025744; Sat, 26 Apr 2003 19:51:31 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Sat, 26 Apr 2003 19:51:31 -0500 (CDT) From: Eduardo Viruena Silva To: Lee Gold In-Reply-To: <000401c30c39$ae7fb4e0$f5e03ad0@ljgms2k> Message-ID: <20030426192135.K25448@Gina.esfm.ipn.mx> References: <000001c30b9c$87b47460$1be23ad0@ljgms2k> <51ukav0upblh8u815j1ltikgjalbp25lae@4ax.com> <000401c30c39$ae7fb4e0$f5e03ad0@ljgms2k> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: Fix for mouse : need help understanding basics X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 00:51:54 -0000 On Sat, 26 Apr 2003, Lee Gold wrote: > Using Fbsd 4.4. A fix I want to apply per the FAQ calls for, > > boot: -c > userconfig> flags psm0 0x100 > userconfig> quit > > I see how to get to this boot: prompt during my routine booting-up - > I interrupt booting w/a . > > ques: > 1. what is this feature called? i.e.. when we are booting and > hit a space or "\" etc. we get a menu and typing "?" gives > many options. What is this 'pre-boot feature' called? Is > there a man or help links for it? > > 2. Same for userconfig, what is userconfig doing and what will > the string I enter at the userconfig prompt do? Tried to find > docs on userconfig, but docs are for the Fbsd install program > which seems to have the same name. > > 3. Will the fix cited above be permanent if I shutdown then reboot? > If not can I make it so? check: boot(8) check: loader(8) I think they are not permanent. must be kept in a file in /boot directory. read the manual pages above.