Subject: Re: Problem building 1.0 kernel after moving swap...
To: Eduardo E. Horvath eeh@btr.com <eeh@btr.btr.com>
From: Michael K. Sanders <msanders@ataxia.res.wpi.edu>
List: amiga
Date: 02/19/1995 18:59:40
In the beginning there was nothing. Then Eduardo E. Horvath  eeh@btr.com said:

>If you change to a specific set of root and swap paths remember to remove 
>the option GENERIC from your config.

After doing that, it compiles and links fine. However, it still seems
to be looking on sd0 for swap. Michael Hitch mentioned the
MAXPARTITIONS problem with config.new in 1.0, and I thought I fixed
it. config.new generated the following in swapnetbsd.c:

--snip--

dev_t	rootdev = makedev(4, (0 * 16) + 0);	/* sd0 */
dev_t	dumpdev = makedev(4, (0 * 16) + 1);	/* sd0b */

struct	swdevt swdevt[] = {
	{ makedev(4, (2 * 16) + 1),	0,	0 },	/* sd1 */
	{ NODEV,	 0, 0 }
};

--snip--

I get the NO SWAP message at boot, and savecore seems to be looking
for it on sd0b. 'swapon sd1b' produces 'device not configured'.

Did I not fix config.new correctly?

-- 
	Michael K. Sanders -- msanders@ataxia.res.wpi.edu

ataxia: NetBSD/Amiga 1.0 - Creating Chaos out of Anarchy for a Better Tomorrow
Confusion Central *under construction*