Re: Compiling OpenBSD Kernel With Generic SMP

2007-01-24 Thread Ted Unangst
On 1/24/07, Demuel I. Bendano, R.E.E <[EMAIL PROTECTED]> wrote: Hi, The GENERIC.MP kernel contains the following: # $OpenBSD: GENERIC.MP,v 1.6 2006/11/27 18:50:59 marco Exp $ # # GENERIC.MP - sample multiprocessor kernel # include "arch/i386/conf/GENERIC" guess what this line doe

Re: Compiling OpenBSD Kernel With Generic SMP

2007-01-24 Thread Woodchuck
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 t

Re: Compiling OpenBSD Kernel With Generic SMP

2007-01-24 Thread Demuel I. Bendano, R.E.E
Hi, The GENERIC.MP kernel contains the following: # $OpenBSD: GENERIC.MP,v 1.6 2006/11/27 18:50:59 marco Exp $ # # GENERIC.MP - sample multiprocessor kernel # include "arch/i386/conf/GENERIC" option MULTIPROCESSOR # Multiple processor support cpu*at mainbus? i

Re: Compiling OpenBSD Kernel With Generic SMP

2007-01-24 Thread Demuel I. Bendano, R.E.E
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? Regards, Demuel >Josh Grosse > On Wed, Jan 24, 2007 at 10:24:17PM +0800, Demuel I. Bendano, R.E.E

Re: Compiling OpenBSD Kernel With Generic SMP

2007-01-24 Thread Jack J. Woehr
On Jan 24, 2007, at 7:24 AM, Demuel I. Bendano, R.E.E wrote: > The FAQ deals with the GENERIC processor and > I cannot get anything under it that tells what to do if one will > compile > from the source code with a GENERIC.SMP kernel. $ sudo su - # mkdir /usr/local/kernel # cd /usr/local/kerne