Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2003 09:59:08 +0200
From:      Kurt Jaeger <lists@complx.LF.net>
To:        mouhammad sajjad <sajjadw21@hotmail.com>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: kernal
Message-ID:  <20030730075908.GK41025@complx.LF.net>
In-Reply-To: <Sea1-F286HixqDCZx4F0000ec16@hotmail.com>
References:  <Sea1-F286HixqDCZx4F0000ec16@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

>    how i can customize new Kernal???

cd /usr/src/sys/i386/conf
cp GENERIC MYKERNEL
vi MYKERNEL
# edit as you need
config MYKERNEL
cd ../../compile/MYKERNEL
make depend
make
make install
shutdown -r

-- 
MfG/Best regards, Kurt Jaeger                                  17 years to go !
LF.net GmbH        fon +49 711 90074-23  pi@LF.net  
Ruppmannstr. 27    fax +49 711 90074-33
D-70565 Stuttgart  mob +49 171 3101372



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