Subject: Re: Kernel problems
To: None <esteneru@direct.ca>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: amiga
Date: 06/23/1995 13:18:28
HI,

> I just finished attempting to compile my own kernel.
> According to the NetBSD-Amiga.faq, I should go to /sys/arch/amiga/conf and
> then type config.new GENERIC to make the generic kernel.  This is the result:
> std.amiga:5:cannot open files.amiga.newconf for reading:no such file or
> directory
> According to the 386BSD faq I should type config GENERIC.  This is the result:
[..]

config has changed in current (config -> config.old and config.new -> config).
This implies some changes for the configfilenames (files.amiga.newconf
-> files.amiga)
So you need an newer config binary, which you can make from an newer source.

Bernd