Subject: Re: WRAP.1E-2 - kernel configuration file
To: Petar Bogdanovic <p+netbsd@2005.smokva.net>
From: Marcin Jessa <lists@yazzy.org>
List: tech-embed
Date: 11/18/2005 09:38:23
On Fri, 18 Nov 2005 09:26:07 +0100
Petar Bogdanovic <p+netbsd@2005.smokva.net> wrote:

> Thanks Marcin! :)
> 
> Marcin Jessa wrote:
> > This one is if you want to inject your root file system into kernel
> > and mount it in memory:
> > http://www.yazzy.org/configs/netbsd/kernels/WIFIBSD_LIVE_CF
> 
>  > # CPU support.  At least one is REQUIRED.
>  > options 	I386_CPU
>  > options 	I486_CPU
>  > options 	I586_CPU
>  > options 	I686_CPU
> 
> 
> AFAIK, NET4501 has just 'I486_CPU' enabled. What is the advantage of 
> your version?

It's meant to run on larger variety of hardware and not only on
soekris or wrap boards.
One of my WRAPs is:
cpu0: National Semiconductor Geode GX1 (586-class), 265.76 MHz, id 0x540
so you should be fine if you keep just 586 line on yours.

Marcin