kernel compile question
Chris Blamer <[email protected]>
| Newsgroups | gmane.os.openbsd.sparc |
|---|---|
| Message-ID | <[email protected]> |
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