Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 1999 14:24:20 +0000
From:      Gustavo Vieira G C Rios <grios@ddsecurity.com.br>
To:        Mikko =?iso-8859-1?Q?Gr=F6nroos?= <greenie@mpoli.fi>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Kernel/SMC Ultra etc.
Message-ID:  <37B6CD94.8AAFB879@ddsecurity.com.br>
References:  <37B699BF.28A547A8@mpoli.fi>

next in thread | previous in thread | raw e-mail | index | archive | help
Mikko Grönroos wrote:
> 
> Hello, people.
>
> 
> How the kernel is configured and how do I add some devices to
> it / system (I know how to add a NIC to ISA/PCMCIA/PCI - slot,
> but I ment in the FreeBSD, not the actual "physical" hardware
> installation)?
> 

cd /sys/i386/conf/
cp LINT MY_KERNEL_NAME
/* This dir contains files you should edit to have a personal kernel./*
vi MY_KERNEL_NAME
/* Edit this file to suit your needs */
config MY_KERNEL_NAME
cd ../../compile/MY_KERNEL_NAME
make depend && make && make install & reboot

To know what each options means, try the handbook.

-- 
"The box said 'Requires Windows 9x, NT, Linux or better,' so i installed
FreeBSD."


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?37B6CD94.8AAFB879>