Version 6 Unix

From Wikipedia, the free encyclopedia
Version 6 Unix
Version 6 Unix for the PDP-11, running in the SIMH PDP-11 simulator
DeveloperAT&T Bell Laboratories
Written inC, assembly
OS familyUnix
Working stateHistoric
Source modelOpen source
Initial releaseMay 1975; 48 years ago (1975-05)
Marketing targetMinicomputers
Available inEnglish
PlatformsDEC PDP-11
Default
user interface
Command-line interface (Thompson shell)
LicenseOriginally proprietary commercial software, now free software under a BSD License
Preceded byVersion 5 Unix
Succeeded byVersion 7 Unix

Sixth Edition Unix, also called Version 6 Unix or just V6, was the first version of the Unix operating system to see wide release outside Bell Labs. It was released in May 1975 and, like its direct predecessor, targeted the DEC PDP-11 family of minicomputers. It was superseded by Version 7 Unix in 1978/1979, although V6 systems remained in regular operation until at least 1985.[1]

AT&T Corporation licensed Version 5 Unix to educational institutions only, but licensed Version 6 also to commercial users for $20,000, and it remained the most widely used version into the 1980s.[2] An enhanced V6 was the basis of the first ever commercially sold Unix version, INTERACTIVE's IS/1. Bell's own PWB/UNIX 1.0 was also based on V6, where earlier (unreleased) versions were based on V4 and V5. Whitesmiths produced and marketed a (binary-compatible) V6 clone under the name Idris.

Source code[edit]

John Lions' original books, source code and commentary
Browsing through /usr/source on Version 6 Unix, running on SIMH

V6 Unix was released as a distribution including the full source code. Since source code was available and the license was not explicit enough to forbid it, V6 was taken up as a teaching tool, notably by the University of California, Berkeley, Johns Hopkins University and the University of New South Wales (UNSW).

UC Berkeley distributed a set of add-on programs called the First Berkeley Software Distribution or 1BSD, which later became a complete operating system distribution.

UNSW professor John Lions' famous Commentary on UNIX 6th Edition was an edited selection of the main parts of the kernel as implemented for a Digital PDP-11/40, and was the main source of kernel documentation for many early Unix developers. Due to license restrictions on later Unix versions, the book was mainly distributed by samizdat photo-copying.

The source code for the original V6 Unix was later made available as free software under a BSD License from the SCO Group.[3]

Portability[edit]

Interdata 7/32[edit]

In 1977, Richard Miller and Ross Nealon, working under the supervision of professor Juris Reinfelds at Wollongong University, completed a port of V6 Unix to the Interdata 7/32,[4][5] thus proving the portability of Unix and its new systems programming language C in practice. Their "Wollongong Interdata UNIX, Level 6" also included utilities developed at Wollongong, and later releases had features of V7, notably its C compiler. Wollongong Unix was the first ever port to a platform other than the PDP series of computers, proving that portable operating systems were indeed feasible, and that C was the language in which to write them. In 1980, this version was licensed to The Wollongong Group in Palo Alto that published it as Edition 7.

Interdata 8/32[edit]

Around the same time, a Bell Labs port to the Interdata 8/32 was completed, but not externally released. The goal of this port was to improve the portability of Unix more generally, as well to produce a portable version of the C compiler.[6] The resulting Portable C Compiler (PCC) was distributed with V7 and many later versions of Unix, and was used to produce the UNIX/32V port to the VAX.[7]

IBM VM/370[edit]

A third Unix portability project was completed at Princeton, NJ in 1976–1977, where the Unix kernel was adapted to run as a guest operating on IBM's VM/370 virtualization environment.[6] This version became the nucleus of Amdahl's first internal UNIX offering. (see Amdahl UTS)

Variants and extensions[edit]

Bell Labs developed several variants of V6, including the stripped-down MINI-UNIX for low-end PDP-11 models, LSI-UNIX or LSX for the LSI-11, and the real-time operating system UNIX/RT, which merged V6 Unix and the earlier MERT hypervisor.[8]

After AT&T decided the distribution by Bell Labs of a number of pre-V7 bug fixes would constitute support (disallowed by an antitrust settlement) a tape with the patchset was slipped to Lou Katz of USENIX, who distributed them.[9]

The University of Sydney released the Australian Unix Share Accounting Method (AUSAM) in January 1978, a V6 variant with improved security and process accounting, in addition to the fifty fixes that leaked out of Bell Labs. There were several subsequent releases.

Interactive Systems Corporation released an enhanced PDP-11 version for office automation called IS/1.[10]

In the Eastern Bloc, clones of V6 Unix appeared for local-built PDP-11 clones (MNOS, later augmented for partial compatibility with BSD Unix) and for the Elektronika BK personal computer (BKUNIX, based on LSX).

V6 was used for teaching at MIT in 2002 through 2006, and subsequently replaced by a simpler clone called xv6.

See also[edit]

References[edit]

  1. ^ Quarterman, John S.; Silberschatz, Abraham; Peterson, James L. (December 1985). "4.2BSD and 4.3BSD as examples of the Unix system". Computing Surveys. 17 (4): 379–418. CiteSeerX 10.1.1.117.9743. doi:10.1145/6041.6043. S2CID 5700897. There are even some Version 6 systems still in regular operation.
  2. ^ Fiedler, Ryan (October 1983). "The Unix Tutorial / Part 3: Unix in the Microcomputer Marketplace". BYTE. p. 132. Retrieved 30 January 2015.
  3. ^ "Letter from Caldera announcing the release of the source to older versions of UNIX as free software" (PDF).
  4. ^ "The First Port of UNIX", Juris Reinfelds
  5. ^ "The First Unix Port", Richard Miller
  6. ^ a b Johnson, S. C.; Ritchie, D. M. (1978). "Portability of C Programs and the UNIX System" (PDF). Bell System Tech. J. 57 (6): 2021–2048. doi:10.1002/j.1538-7305.1978.tb02141.x. S2CID 17510065. Retrieved 4 June 2022.
  7. ^ Thomas B. London; John F. Reiser (1978). "A Unix operating system for the DEC VAX-11/780 computer" (PDF).
  8. ^ Bayer, D. L.; Lycklama, H. (1975). "MERT - a multi-environment real-time operating system". Proceedings of the fifth symposium on Operating systems principles - SOSP '75. Fifth ACM Symposium on Operating Systems Principles. Austin, TX. pp. 33–42. doi:10.1145/800213.806519.
  9. ^ Toomey, Warren (December 2011). "The Strange Birth and Long Life of Unix". IEEE Spectrum. 48 (12). IEEE: 34–55. doi:10.1109/MSPEC.2011.6085780. S2CID 29893166. Retrieved December 15, 2012.
  10. ^ McCulloch, R.D. (Summer 1981). "Putting it on the Line". Oak Ridge National Laboratory Review. 14 (3): 19.

External links[edit]