View Single Post
  #3   (View Single Post)  
Old 21st October 2008
KernelPanic KernelPanic is offline
Port Guard
 
Join Date: May 2008
Posts: 19
Default

Quote:
Originally Posted by killasmurf86 View Post
That's probably all you should do...
DO NOT edit any flags
or you will face not only KernelPanics but many different panics as well

build custom smp kernel
For my custom SMP kernel I suck in GENERIC and then do the following:


# Old CPUs
nocpu I486_CPU
nocpu I586_CPU

# Change the scheduler
nooptions SCHED_4BSD
options SCHED_ULE

# I do not have AGP
nodevice agp
Reply With Quote