Re: Missing .../m68k/conf/GENERIC
Hugo Villeneuve <[email protected]> Mon, 16 Aug 2004 16:30:17 -0400
| Newsgroups | gmane.os.openbsd.mac68k |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 16, 2004 at 10:09:28PM +0300, Johan Nygren wrote: > I'm apparently missing something very obvious, since I can't find any posts > about it on the net. The problem is that I was about to start patching > OpenBSD 3.5 on a Macintosh Quadra 650, when I noticed that I can't find any > /usr/src/sys/arch/m68k/conf/GENERIC file. All the information and posts I've > found on kernel compilation on the net, points to this file. Still I wasn't > able to find such a file for this arch even under > http://www.openbsd.org/cgi-bin/cvsweb/ > > When having a quick look at other archs, I noticed that at least for > powerpc, the case seems to be the same, no GENERIC... > > Please advice me. m68k, m88k, powerpc and arm are CPU architecture and holds only the files common to architectures who share the same CPU. You won't find kernel configuration files in those folders. You will found those files in /usr/src/sys/arch/mac68k/conf. [Last time I check, OpenBSD had 3 arch on 68k cpus: hp300, mvme68k and mac68k.] See also the output of "arch" and "machine". http://eintr.net/openbsd/arch-by-release.html#byCPUarch (yes I'm promoting myself here.) > > Thanks in advance, > > johan -- Hugo Villeneuve <[email protected]> http://EINTR.net/