If we disregard VAX support, have anyone looked at what NetBSD-0.8 looks like in the CVS repository? There exists a netbsd-0-8 tag, after all.

       Johnny

I used the web interface, and there is just a lot of intentionality removed stuff..

for example, back to kern_exit:

Revision 1.1.1.1 (vendor branch)Sun Mar 21 09:46:31 1993 UTC (17 years, 8 months ago) by cgd 
Branch: WFJ-920714, CSRG 
CVS Tags: patchkit-0-2-2, netbsd-alpha-1, netbsd-0-8, WFJ-386bsd-01
Changes since 1.1: +1 -1 lines

initial import of 386bsd-0.1 sources

revision 1.1.1.1 intentionally removed

Also FWIW back to the VAX, it doesn't seem to appear until 1.0 ..?

File: [cvs.netbsd.org] / src / sys / arch / vax / conf / GENERIC (download)

Revision 1.1Tue Aug 2 20:19:21 1994 UTC (16 years, 4 months ago) by ragge 
Branch: MAIN 
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0

Initial VAX port merging.
#
# GENERIC VAX, currently only supports 11/750 anyway.
#	$Id: GENERIC,v 1.1 1994/08/02 20:19:21 ragge Exp $
#

include "std.vax"

options         "VAX750"

options		SWAPPAGER, DEVPAGER, VNODEPAGER
options         INET
options		FFS
options		COMPAT_09
maxusers	16

options           GENERIC

config          vmunix          swap generic

uba0		at nexus ?

uda0		at uba?	csr 0172150
ra0		at uda0 drive 0

de0		at uba? csr 0174510

pseudo-device   loop
pseudo-device   pty	48


Which would be right in how you mentioned it being only for the 11/750......