Difference between revisions of "4.2 BSD"

From Computer History Wiki
Jump to: navigation, search
(Games: alphabetic order...)
m (dab Sub, + a few links)
Line 7: Line 7:
 
| year introduced = 1983
 
| year introduced = 1983
 
| type = Multitasking, multiuser
 
| type = Multitasking, multiuser
| architecture = [[VAX]], [[Sun]] theoretically portable
+
| architecture = [[VAX]], [[Sun Microsystems|Sun]] theoretically portable
 
}}
 
}}
  
4.2 BSD follows the betas of 4.1a & 4.1b.  4.2 BSD Is special because it incorporates the first versions of BSD [[TCP/IP]], and [[BSD Fast File System|FFS]]. 4.2 BSD addresses the performance issues that are reported in 4.0 BSD.  The prior versions of 4.1x BSD were the 'test' versions onward to the stable version of 4.2 . This release is also the last that was led by [[Bill Joy]], and this was used as the basis for SunOS.  Later SUN licensed SYSV from AT&T and started to incorporate the two versions, before switching to the SYSV kernel in Solaris.   
+
'''4.2 BSD''' follows the betas of 4.1a & 4.1b.  4.2 BSD Is special because it incorporates the first versions of BSD [[TCP/IP]], and [[BSD Fast File System|FFS]]. 4.2 BSD addresses the performance issues that are reported in [[4.0 BSD]].  The prior versions of 4.1x BSD were the 'test' versions onward to the stable version of 4.2 . This release is also the last that was led by [[Bill Joy]], and this was used as the basis for [[SunOS]].  Later [[Sun Microsystems|Sun]] licensed [[UNIX System V|SYSV]] from AT&T and started to incorporate the two versions, before switching to the SYSV kernel in [[Solaris]].   
  
 
It is worth noting that 4.2 BSD's TCP/IP is *NOT* compatible with 4.3 and onward, as it incorrectly handles 'negative' sequence values.
 
It is worth noting that 4.2 BSD's TCP/IP is *NOT* compatible with 4.3 and onward, as it incorrectly handles 'negative' sequence values.
Line 26: Line 26:
 
== How do I get this to run?! ==
 
== How do I get this to run?! ==
  
The Unix Heritage Society's archives have copies of most 4-BSD variants  http://minnie.tuhs.org/TUHS/  However, they're not immediately in ready-to-use-in-SIMH tape format.  There is a repository of SIMH-ready tape images up [https://sourceforge.net/project/showfiles.php?group_id=204974&package_id=309407 here].
+
[[The Unix Heritage Society]]'s archives have copies of most 4-BSD variants  http://minnie.tuhs.org/TUHS/  However, they're not immediately in ready-to-use-in-SIMH tape format.  There is a repository of SIMH-ready tape images up [https://sourceforge.net/project/showfiles.php?group_id=204974&package_id=309407 here].
  
 
4.2BSD is in ready to run format on [http://sourceforge.net/projects/bsd42/files/4BSD%20under%20Windows/v0.3%20Beta%201/BSD4.2-install-0.3.exe/download sourceforge]
 
4.2BSD is in ready to run format on [http://sourceforge.net/projects/bsd42/files/4BSD%20under%20Windows/v0.3%20Beta%201/BSD4.2-install-0.3.exe/download sourceforge]
  
 
+
Installation instructions for [[SIMH]] can be found at [[Installing 4.2 BSD on SIMH]].  Also there is a [[Digital Ethernet UNIBUS Network Adapter|DEUNA]] driver here: [[4.2BSD driver for DEC Deuna Ethernet board]].
Installation instructions for [[SIMH]] can be found [[Installing_4.2_BSD_on_SIMH|here]].  Also there is a Deuna driver here: [[4.2BSD driver for DEC Deuna Ethernet board]].
 
  
 
== What Runs? ==  
 
== What Runs? ==  
  
Some early GNU stuff will compile, but not very much otherwise.  There is also a copy of [[Zork]], and [[rouge]] are included in this version.
+
Some early [[GNU]] stuff will compile, but not very much otherwise.  There is also a copy of [[Zork]], and [[rogue]] are included in this version.
  
Early 1.x versions of GCC will build on 4.2 BSD, allowing you to compile early versions of [[hack]].
+
Early 1.x versions of [[gcc]] will build on 4.2 BSD, allowing you to compile early versions of [[hack]].
  
 
On [http://sourceforge.net/projects/bsd42/files/ sourceforge], I've placed [[SIMH]] install tapes of the following:
 
On [http://sourceforge.net/projects/bsd42/files/ sourceforge], I've placed [[SIMH]] install tapes of the following:
Line 91: Line 90:
 
{{Nav Unix}}
 
{{Nav Unix}}
  
[[Category:CSRG BSD]]
+
[[Category: CSRG BSD]]

Revision as of 13:31, 28 January 2023


4.2 BSD
42bsd.png
Logging into a 4.2 BSD system
Type: Multitasking, multiuser
Creator: CSRG, University of California, Berkeley
Architecture: VAX, Sun theoretically portable
This Version: 4.2 (1983)
Date Released: 1983


4.2 BSD follows the betas of 4.1a & 4.1b. 4.2 BSD Is special because it incorporates the first versions of BSD TCP/IP, and FFS. 4.2 BSD addresses the performance issues that are reported in 4.0 BSD. The prior versions of 4.1x BSD were the 'test' versions onward to the stable version of 4.2 . This release is also the last that was led by Bill Joy, and this was used as the basis for SunOS. Later Sun licensed SYSV from AT&T and started to incorporate the two versions, before switching to the SYSV kernel in Solaris.

It is worth noting that 4.2 BSD's TCP/IP is *NOT* compatible with 4.3 and onward, as it incorrectly handles 'negative' sequence values.

The Cuckoo's Egg

When Clifford Stoll was hunting his hacker from UCB, the BSD in widespread use was 4.2 BSD. It's an interesting book, to take you back to what the mindset was of the people running 4.2 BSD was back then. A PDF can be found here.

Book information

  • The Cuckoo's Egg
  • Clifford Stoll
  • Doubleday 1989
  • ISBN 0-385-24946-2

How do I get this to run?!

The Unix Heritage Society's archives have copies of most 4-BSD variants http://minnie.tuhs.org/TUHS/ However, they're not immediately in ready-to-use-in-SIMH tape format. There is a repository of SIMH-ready tape images up here.

4.2BSD is in ready to run format on sourceforge

Installation instructions for SIMH can be found at Installing 4.2 BSD on SIMH. Also there is a DEUNA driver here: 4.2BSD driver for DEC Deuna Ethernet board.

What Runs?

Some early GNU stuff will compile, but not very much otherwise. There is also a copy of Zork, and rogue are included in this version.

Early 1.x versions of gcc will build on 4.2 BSD, allowing you to compile early versions of hack.

On sourceforge, I've placed SIMH install tapes of the following:

Games

These are the games that shipped with 4.2 BSD:

adventure
arithmetic   
backgammon   
banner       
bcd                  
bogdict      
boggle       
btlgammon
canfield     
cfscores     
chess       
cribbage     
doctor       
factor
fish         
fortune      
hangman     
mille        
monop        
number
primes       
quiz         
rain
sail         
snake
snscore      
teachgammon
trek
wargames
worm
worms
wump
zork