Difference between revisions of "NetBSD 0.8"

From Computer History Wiki
Jump to: navigation, search
(platforms)
Line 32: Line 32:
 
== announcement ==
 
== announcement ==
 
*[[NetBSD 0.8 announcement]]
 
*[[NetBSD 0.8 announcement]]
 +
 +
== what runs ==
 +
I'm unsure of what version of gcc NetBSD 0.8 should have been using, but again I'm still thinking it was all on parity with [[386 BSD 0.1 pl23]]
  
 
{{stub}}
 
{{stub}}

Revision as of 02:40, 6 December 2010

NetBSD 0.8 booted

NetBSD 0.8 was released on the 19th of April 1993. This was the first public version of NetBSD.

I've just been provided with the source code to NetBSD 0.8 . It can be downloaded from here.

0.8 compiles more with pieces from 386 BSD 0.1 pl22 under 386 BSD. However because I had to copy numerous files from 386 BSD it's not quite a 'legit' version of NetBSD 0.8, but it is enough to provide a booting kernel.

platforms

  • i386

identification

It seems that NetBSD 0.8 largely identifies itself as 386BSD... Take a look at the /etc/motd file in CVS:

Revision 1.2, Fri Apr 2 07:58:27 1993 UTC (17 years, 8 months ago) by cgd 
Branch: MAIN 
CVS Tags: netbsd-alpha-1, netbsd-0-8
Changes since 1.1: +1 -1 lines

made motd "more standard"
386BSD 0.1.0  07/12/92 22:20

Welcome to 386BSD!

getting this to run

It is a MAJOR ordeal to get this to run, but I've done all the hard work, and you can just download a ready to run image for Qemu from sourceforge.

For anyone interested in doing it manually, first install 386 BSD 0.1, then update it to pl23, download the NetBSD 0.8 CVS, then try to follow my NetBSD 0.8 kernel building notes and NetBSD 0.8 userland building notes.

announcement

what runs

I'm unsure of what version of gcc NetBSD 0.8 should have been using, but again I'm still thinking it was all on parity with 386 BSD 0.1 pl23