Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2000 23:08:25 +0100
From:      Nik Clayton <nik@freebsd.org>
To:        MrBoboo <mrboboo@home.com>
Cc:        "newbie @ freebsd" <freebsd-newbies@freebsd.org>
Subject:   Re: kenerl issue
Message-ID:  <20000910230825.B36061@canyon.nothing-going-on.org>
In-Reply-To: <001001c0156d$cacc9e80$71aa1518@mesqt1.tx.home.com>; from mrboboo@home.com on Sun, Sep 03, 2000 at 01:11:26AM -0500
References:  <001001c0156d$cacc9e80$71aa1518@mesqt1.tx.home.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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
    <edit 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000910230825.B36061>