RE: kernel optimization

2006-03-25 Thread [EMAIL PROTECTED]@mgEDV.net
> I was wondering what strategy people use to 'KNOW' which drivers and options > can me commented out/deleted when configuring the kernel file. i.e. how does > one "know" he does not need the 'amr' driver (I knowI don't need this one, > but the idea relates to a number of other settings in the c

kernel optimization

2006-03-25 Thread Grant Peel
Hello, I have several different Dell PowerEdge servers running various branches of FReeBSD ranging from 4.4 (nameserver only), to 6.0. I have had excellent success compiling kernels and am quite comfortable with the process. I was wondering what strategy people use to 'KNOW' which drivers a

Re: kernel optimization

2002-11-06 Thread James McNaughton
Thanks all for the info To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: kernel optimization

2002-11-04 Thread Kris Kennaway
On Mon, Nov 04, 2002 at 10:15:18PM -0600, James McNaughton wrote: > Do the options > > CPUTYPE=i586/mmx Yes. > CFLAGS= -O -pipe > NOPROFILE=true No. CPUTYPE will add compiler directives to CFLAGS and COPTFLAGS (the kernel version of CFLAGS) telling gcc to produce CPU-optimized code. Kris

Re: kernel optimization

2002-11-04 Thread Duncan Anker
On Tue, 2002-11-05 at 14:15, James McNaughton wrote: > > Do the options > > CPUTYPE=i586/mmx > CFLAGS= -O -pipe > NOPROFILE=true > > in /etc/make.conf do anything for the kernel, or do they just affect > userland? > > Just wondering... I believe the CPUTYPE will affect the kernel, but you shoul

Re: kernel optimization

2002-11-04 Thread James McNaughton
Kris Kennaway <[EMAIL PROTECTED]> writes: > On Thu, Oct 24, 2002 at 12:18:44PM -0400, Lowell Gilbert wrote: > > Walter <[EMAIL PROTECTED]> writes: > > > > > Q: Do I comment out the "I386_CPU" and "I486_CPU" > > > lines to optimize for a Pentium, (& if not, how do I,) and > > > > Yes. > > > > >

Re: kernel optimization

2002-10-24 Thread Kris Kennaway
On Thu, Oct 24, 2002 at 12:18:44PM -0400, Lowell Gilbert wrote: > Walter <[EMAIL PROTECTED]> writes: > > > Q: Do I comment out the "I386_CPU" and "I486_CPU" > > lines to optimize for a Pentium, (& if not, how do I,) and > > Yes. > > > Q: Does it make a significant difference? > > It will make t

kernel optimization

2002-10-24 Thread Walter
I haven't yet found notes on optimizing the kernel by telling the compiler I have a Pentium rather than just a 386-compatible processor. I presume these lines in the kernel configuration file deal with this: machine i386 cpu I386_CPU cpu I486_CPU cpu I5