From owner-freebsd-newbies Mon Sep 11 4:56:18 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id AE06437B422 for ; Mon, 11 Sep 2000 04:56:14 -0700 (PDT) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.0/8.11.0) id e8AM8PP36161; Sun, 10 Sep 2000 23:08:25 +0100 (BST) (envelope-from nik) Date: Sun, 10 Sep 2000 23:08:25 +0100 From: Nik Clayton To: MrBoboo Cc: "newbie @ freebsd" Subject: Re: kenerl issue Message-ID: <20000910230825.B36061@canyon.nothing-going-on.org> References: <001001c0156d$cacc9e80$71aa1518@mesqt1.tx.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001001c0156d$cacc9e80$71aa1518@mesqt1.tx.home.com>; from mrboboo@home.com on Sun, Sep 03, 2000 at 01:11:26AM -0500 Organization: FreeBSD Project Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Sep 03, 2000 at 01:11:26AM -0500, MrBoboo wrote: > is there a way to view the settings or configuration for the curent kernel that is running instead of making a kernel from scratch, i just want to change some lines in my current one, is there a way to do that??? > basically do a CP of the current to a new file name perhaps MYKERNEL, then edit MYKERNEL and then you know the rest > if so pleez help, thanx That's exactly what you do. In general, # cd /usr/src/sys/i386/conf # cp GENERIC MYKERNEL # config MYKERNEL # cd ../../compile/MYKERNEL # make depend # make all # make install N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message