Difference between revisions of "NetBSD 1.2"
From Computer History Wiki
m (+cat) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 36: | Line 36: | ||
*[[Installing NetBSD 1.2 on the SIMH MicroVAX II]] | *[[Installing NetBSD 1.2 on the SIMH MicroVAX II]] | ||
+ | *[http://sourceforge.net/projects/bsd42/files/4BSD%20under%20Windows/v0.4/NetBSD-1.2-MicroVAXII.7z/download Download a working install of NetBSD 1.2 on the SIMH MicroVAX II] | ||
== games == | == games == | ||
Line 51: | Line 52: | ||
canfield hide primes teachgammon | canfield hide primes teachgammon | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | == what runs == | ||
+ | I would imagine that NetBSD's 1.2 edition's GCC 2.7.2 could run quite a bit of software.... I just found out that NetBSD 1.2 does *NOT* include curses... so that means no [[lynx]], without first downloading and building ncurses! | ||
+ | |||
+ | So in the interim, this is what I've built: | ||
+ | |||
+ | *[http://sourceforge.net/projects/bsd42/files/Package%20Tapes/NetBSD%201.2/unzip552-bianry.NetBSD-1.2.tap.bz2/download unzip 5.52] | ||
+ | *[http://sourceforge.net/projects/bsd42/files/Package%20Tapes/NetBSD%201.2/screen-3.7.1-bianry.NetBSD-1.2.tap.bz2/download screen-3.7.1] | ||
+ | *[http://sourceforge.net/projects/bsd42/files/Package%20Tapes/NetBSD%201.2/pine-3.87-bianry.NetBSD-1.2.tap.bz2/download pine-3.87] | ||
+ | *[http://sourceforge.net/projects/bsd42/files/Package%20Tapes/NetBSD%201.2/make-3.75-bianry.NetBSD-1.2.tap.bz2/download make-3.75] | ||
+ | *[http://sourceforge.net/projects/bsd42/files/Package%20Tapes/NetBSD%201.2/ircii-4.4-bianry.NetBSD-1.2.tap.bz2/download ircII-4.4] | ||
+ | *[http://sourceforge.net/projects/bsd42/files/Package%20Tapes/NetBSD%201.2/bash-2.0-bianry.NetBSD-1.2.tap.bz2/download bash 2.0] | ||
+ | *[http://sourceforge.net/projects/bsd42/files/Package%20Tapes/NetBSD%201.2/f2c-binary.NetBSD-1.2.tap.bz2/download f2c] | ||
+ | *[http://sourceforge.net/projects/bsd42/files/Package%20Tapes/NetBSD%201.2/dungeon-2.5.6-binary.NetBSD-1.2.tap.bz2/download dungeon-2.5.6] | ||
+ | |||
+ | [[Category: Unix-based OS's]] |
Latest revision as of 22:54, 16 December 2018
NetBSD 1.2 was released on October 4, 1996.
changes
Significant changes include:
- Continuing the multi-platform tradition, the integration of the DEC Alpha port has been completed, and new ports to ARM and x68k have been added.
- NetBSD/sparc now supports 4m machines.
- NetBSD/amiga now supports the DraCo.
- Standard C Prototypes have been added to the Kernel.
- Kernel NTP (Network Time Protocol) phased lock loop support has been added. See http://www.eecis.udel.edu/~ntp/ for more details.
- The PINT (PINT is not TWAIN) SCSI scanner driver interface has been integrated. See http://www.nicom.com/~dadbear/pint for more details.
- A new SCSI medium changer driver and the `chio' program used to operate it has been added.
- The NFS subsystem now supports NFSv3.
- Several performance enhancements have been made to the networking subsystem.
- GCC, Libg++, and many other third party programs have been upgraded to more recent versions.
Platforms
- Alpha
- Amiga
- Atari
- HP 9000/300
- i386
- mac68k
- mvme68k
- PC532
- MIPS pmax
- Sparc
- Sun 3
- Sharp x68000
- VAX
how do I get this to run
So far I've just installed NetBSD 1.2 on the SIMH MicroVAX II, the i386 would be another possible emulated platform, but I haven'd done it yet.
- Installing NetBSD 1.2 on the SIMH MicroVAX II
- Download a working install of NetBSD 1.2 on the SIMH MicroVAX II
games
NetBSD 1.2 included the following games:
adventure cfscores larn quiz tetris arithmetic chess mille rain trek atc cribbage monop random wargames backgammon dm morse robots worm banner factor number rogue worms battlestar fish phantasia rot13 wump bcd fortune pig sail boggle hack pom snake caesar hangman ppt snscore canfield hide primes teachgammon
what runs
I would imagine that NetBSD's 1.2 edition's GCC 2.7.2 could run quite a bit of software.... I just found out that NetBSD 1.2 does *NOT* include curses... so that means no lynx, without first downloading and building ncurses!
So in the interim, this is what I've built: