Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 1998 11:30:50 -0700 (PDT)
From:      Thomas Dean <tomdean@ix.netcom.com>
To:        paulh@testlabs.com
Cc:        questions@FreeBSD.ORG
Subject:   Re: Kernel failed
Message-ID:  <199807091830.LAA01295@ix.netcom.com>
In-Reply-To: <003401bdab5c$972d20e0$f3ab2ccf@paul> (paulh@testlabs.com)

next in thread | previous in thread | raw e-mail | index | archive | help
Build a new kernel with:

# config {kernel name}
# cd ../../compile/{kernel name}
# make depend   # ALWAYS DO THIS!
# make
# make install

I normally use:
# make depend && make && make install

Look at the handbook, www.freebsd.org/handbook, part 2, section 5,
'Configuring the FreeBSD Kernel'

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?199807091830.LAA01295>