Subject: Re: Building a kernel
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Nathan Gelbard <gelbard@ENGR.ORST.EDU>
List: port-hp300
Date: 05/24/1997 15:20:28
At 10:29 PM 5/22/97 -0700, Jason Thorpe wrote:
>On Thu, 22 May 1997 21:03:33 -0700 
> Nathan Gelbard <gelbard@ENGR.ORST.EDU> wrote:
>
> > I've edited my config in /usr/src/sys/arch/hp300/conf.
> > 
> > config NESTUCCA_SERV
> > NESTUCCA_SERV:5: cannot open files.hp300 for reading: No such file or
> > directory
> > 
> > line 5 reads
> > 
> > machine "hp300"
> > 
> > . This also happens with GENERIC, and the others.
> > 
> > Where can I get 'files.hp300'?
>
>Odds are you're running a 1.2 or 1.2.1 system?  If so, you need to use
>config.old... I didn't convert the hp300 port to new style config until
>some time after 1.2 was released.

Ok, now I've got files.hp300.old copied to files.hp300 (same with
devices.hp300).
Now config complains that

files.hp300:3: syntax error
files.hp300:3: cannot proceed without maxpartitions specifier

How shall I fix this?

	Thanx