2.11BSD: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
m External links: + TUHS repository
m External links: +Installing and Operating 2.11BSD on the PDP-11
Line 12: Line 12:


* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=2.11BSD 2.11BSD] - 2.11BSD at [[The Unix Heritage Society|TUHS]]
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=2.11BSD 2.11BSD] - 2.11BSD at [[The Unix Heritage Society|TUHS]]
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=2.11BSD/doc/2.10/setup.2.11 Installing and Operating 2.11BSD on the PDP-11] - not in the most obvious place


[[Category: CSRG BSD]]
[[Category: CSRG BSD]]

Revision as of 23:21, 13 May 2022

2.11BSD is a release of UNIX for the PDP-11 by a consortium of CSRG and the USENIX Association. It only ran on PDP-11 models with Supervisor mode. It was basically the same as 2.10BSD, with some upgrades.

Some of the things that were added were:

  • Support for full 4.3BSD networking (using Supervisor mode)
  • Support for long filenames
  • 4.3BSD applications that were missing from 2.10BSD

External links