Subject: Re: Small kernel...
To: Jasper Wallace <jasper@pointless.net>
From: Charles M. Hannum <root@ihack.net>
List: netbsd-users
Date: 09/24/2001 17:00:16
On 20 Sep 2001 15:48:59 +0100, Jasper Wallace wrote:
>
> and if it's an embedded system running off of flash you could probably drop
> fdc & fd0 too.

Not to mention wdc/wd if you memory-map the flash.  That's a fair bit of
code.

> The routing code (rtsock.c, route.c, radix.c) is getting included, can we live
> without it since we don't have networking?
> 
> and if.c, if_media.c, and sha1 in libkern (and other stuff).

Yah, that stuff should all go if there is no other networking support.