Re: kernel compile question
Stuart Henderson <[email protected]>
| Newsgroups | gmane.os.openbsd.sparc |
|---|---|
| Message-ID | <[email protected]> |
GENERIC.MP builds a multiprocessor kernel, GENERIC builds a single- processor kernel. Choose whichever is appropriate for your system. Note that the file produced will always be named "bsd", so if you're building an MP kernel, either install it as /bsd.mp, or configure the boot loader to use "bsd". On 2009/03/30 00:15, Chris Blamer wrote: > Hello, > > I am using OBSD 4.4, sparc64, attempting to compile the kernel to keep > the system in -stable state. > I am new at sparc arch, and using openbsd, would appreciate any help. > > > # cd /usr/src/sys/arch/i386/conf > # /usr/sbin/config GENERIC > # cd /usr/src/sys/arch/i386/compile/GENERIC > # make clean && make depend && make > > Here is a clip from the document i am following, i know to change the > directory from i386 to sparc64. > My question is when i get to the 2nd step using "GENERIC", will that > be the option I would use also > for a sparc64, or the "GENERIC.MP" in that same folder? > > i know to boot i use bsd.mp, so guessing i figure the GENERIC.MP is what i want. > I would rather verify that before breaking it beyond repair. > > Thanks again for any help/pointers. > > Chris