Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2008 17:29:47 +0100
From:      Mark Ovens <parish@magichamster.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Kernel for Dual Core
Message-ID:  <483AE57B.2000106@magichamster.com>
In-Reply-To: <483ADEA1.40206@webrz.net>
References:  <483ADEA1.40206@webrz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Jos Chrispijn wrote:
> I have just subscribed to this mailinglist, so I do hope you forgive me 
> if I ask a redundant question about recompiling my Kernel;
> 
> Hardware: Dell OptiPlex 755
> System is up and running (limping on one core, but hey, I should begin 
> somewhere :-)
> 
> 
> For checking wheter my hardware would fit for SMP Kernel I did a
> 
> triton# /usr/sbin/mptable
> 

What version of FreeBSD? IIRC, in 7.0 GENERIC is SMP-enabled by default?

As for your kernel config file you should remove/comment out anything 
you don't have, e.g. wireless LAN, EISA, USB NICs, RAID, SCSI etc. - 
although be aware that USB Mass Storage devices are handled as SCSI so 
if you use any of those I'd leave everything in the SCSI Peripherals 
section and just remove the SCSI Controllers.

When you've built and installed your kernel the old one is saved in 
/boot/kernel.old so you can revert to it if needs be. It might be wise 
to rename kernel.old to kernel.GENERIC.<FBSD version> as if you build 
another kernel your first one will become kernel.old and you'll lose the 
GENERIC one. I add the FBSD version number too so when you upgrade you 
don't run the risk of booting a kernel from a previous version - which 
can sometimes cause *serious* grief if the kernel and userland don't match.

Regards,

Mark



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