On Wed, 24 Jan 2007, Demuel I. Bendano, R.E.E wrote: > Hi, > > As you can see, there are only few entries in the GENERIC.MP and if it > compiles indeed how about the device drivers usually found in the GENERIC? > Would it be included when GENERIC.MP compiles?
YES. That's what the "include" at the top of GENERIC.MP is all about. as root: cd /usr/sys/src/arch/i386/conf config GENERIC.MP cd ../compile/GENERIC.MP make clean && make depend && make <time passes> Now the MP kernel is in the file "bsd" in the current directory. You can install it however you want. If you say "make install", it will be installed on the current machine as /bsd, the default kernel. The previous kernel will be in /obsd Dave