Subject: Need help with kernel compile configuration
To: None <macbsd-general@NetBSD.ORG>
From: Brad Carlson <carlson@FreeNet.MSP.MN.US>
List: macbsd-general
Date: 03/05/1995 23:04:20
I'd like to recompile the kernel, and tried following instructions in the
Build-HOWTO document. I ran into a problem running config.new, and could
use some pointers. It looks like config.new is choking on the
"maxpartitions" entry in "files.mac68k.newconf". This is my first try
configuring kernel compilation, so I may be missing something. Here's a
snapshot of my effort:
root@binky# pwd
/usr/src/sys/arch/mac68k/conf
root@binky# config.new GENERIC
files.mac68k.newconf:9: syntax error
*** Stop.
root@binky# head -9 files.mac68k.newconf
# $NetBSD: files.mac68k.newconf,v 1.23 1995/02/15 23:54:56 briggs Exp
$
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
#
# files.mac68k.newconf
# mac68k-specific configuration info
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 8
...Thanks in advance for any tips.
-Bradley