View Single Post
  #8   (View Single Post)  
Old 21st October 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Quote:
Originally Posted by KernelPanic View Post
For my custom SMP kernel I suck in GENERIC and then do the following:

# Old CPUs
nocpu I486_CPU
nocpu I586_CPU
Leave i586. It enables some in-kernel copy speedup functions. Improves memory allocations and copying of data around in the kernel. Don't remember the specifics of it, but it's faster than just i686.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote