Difference between revisions of "UNIX Fourth Edition"

From Computer History Wiki
Jump to: navigation, search
(Created page with "{{Infobox OS | name = Unix V4 | creator = AT&T/Western Electric | year introduced = November, 1973 | type = Multi-tasking, multi-user | architecture = PDP-11 ar...")
 
(file system changes too)
Line 7: Line 7:
 
}}
 
}}
  
'''UNIX Fourth Edition''' (often referred to as '''UNIX V4''' or '''V4 UNIX''' - 'Unix' was still normally given in all capital letters at this point in time) was an important early version of [[UNIX]]. It was the first version in which the [[kernel]] was written in [[C programming language|C]].
+
'''UNIX Fourth Edition''' (often referred to as '''UNIX V4''' or '''V4 UNIX''' - 'Unix' was still normally given in all capital letters at this point in time) was an important early version of [[UNIX]]. It was the first version in which the [[kernel]] was written in [[C programming language|C]]. It also had minor changes to the [[UNIX file system‎]] (such as the ability of any [[inode]] to hold a [[peripheral|device]] 'special file'), which left it in the form it retained until the [[BSD Fast File System]].
  
 
Apparently, the only model of PDP-11 supported was the [[PDP-11/45]].
 
Apparently, the only model of PDP-11 supported was the [[PDP-11/45]].
Line 16: Line 16:
  
 
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4 V4]
 
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4 V4]
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys nsys] - complete kernel source
+
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys nsys] - complete kernel source
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man0/intro UNIX Programmer's Manual Fourth Edition - Introduction]
+
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man0/intro UNIX Programmer's Manual Fourth Edition - Introduction]
 +
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man5/fs.5 File system]
  
 
{{Nav Unix}}
 
{{Nav Unix}}

Revision as of 23:12, 24 May 2022


Unix V4
Type: Multi-tasking, multi-user
Creator: AT&T/Western Electric
Architecture: PDP-11
Date Released: November, 1973


UNIX Fourth Edition (often referred to as UNIX V4 or V4 UNIX - 'Unix' was still normally given in all capital letters at this point in time) was an important early version of UNIX. It was the first version in which the kernel was written in C. It also had minor changes to the UNIX file system‎ (such as the ability of any inode to hold a device 'special file'), which left it in the form it retained until the BSD Fast File System.

Apparently, the only model of PDP-11 supported was the PDP-11/45.

A complete copy of Fourth Edition does not seem to be extant. TUHS has the source for what appears to be a shortly pre-V4 kernel, and a copy of the 'UNIX Programmer's Manual'.

External links