<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aap</id>
		<title>Computer History Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aap"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/wiki/Special:Contributions/Aap"/>
		<updated>2026-04-26T00:58:19Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_Fourth_Edition&amp;diff=37103</id>
		<title>UNIX Fourth Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_Fourth_Edition&amp;diff=37103"/>
				<updated>2025-12-20T04:15:34Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: refer to v4 installation instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox OS &lt;br /&gt;
| name = Unix V4&lt;br /&gt;
| creator = AT&amp;amp;T/[[Western Electric]]&lt;br /&gt;
| year introduced = November, 1973&lt;br /&gt;
| previous version = [[UNIX Third Edition|V3]]&lt;br /&gt;
| current version = V4&lt;br /&gt;
| next version = [[UNIX Fifth Edition|V5]]&lt;br /&gt;
| type = [[Multi-tasking]], [[multi-user]]&lt;br /&gt;
| architecture = [[PDP-11 architecture|PDP-11]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''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]].&lt;br /&gt;
&lt;br /&gt;
Apparently, the only model of PDP-11 supported was the [[PDP-11/45]].&lt;br /&gt;
&lt;br /&gt;
A complete copy of Fourth Edition does not seem to be extant. [[The Unix Heritage Society|TUHS]] has a copy of the 'UNIX Programmer's Manual' and the [[source]] for what would become the V4 kernel. The main differences in this 'nsys' kernel compared to the later V4 kernel are the earlier V3 way of registering signal handlers, and a few not yet implemented system calls. Most importantly [[pipe]]s had not yet been implemented, making this kernel not fully functional even on a V3 system.&lt;br /&gt;
&lt;br /&gt;
==Possible Source(s)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A tape-based piece of unique Unix history may have been lying quietly in storage at the University of Utah for 50+ years. The question is whether researchers will be able to take this piece of middle-aged media and rewind it back to the 1970s to get the data off.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://www.theregister.com/2025/11/07/unix_fourth_edition_tape_rediscovered/ UNIX fourth edition tape rediscovered]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;– The 4th Edition (November 1973 — Research-V4) contains only source markup&lt;br /&gt;
for the manual pages: 18975 lines of troff code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Research UNIX v4, dated to 1973:&lt;br /&gt;
https://www.spinellis.gr/pubs/jrnl/2016-EMPSE-unix-history/html/unix-history.pdf&lt;br /&gt;
&lt;br /&gt;
=== Installing and Running V4 ===&lt;br /&gt;
&lt;br /&gt;
Since the tape has been read, the system can now be installed and booted.&lt;br /&gt;
After follow the installation instructions here: http://squoze.net/UNIX/v4&lt;br /&gt;
booting the system looks like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
% pdp11 boot.ini&lt;br /&gt;
&lt;br /&gt;
[...]&lt;br /&gt;
        ; boot from RK0, now in uboot&lt;br /&gt;
k&lt;br /&gt;
unix&lt;br /&gt;
&lt;br /&gt;
login: root&lt;br /&gt;
# ls&lt;br /&gt;
bin&lt;br /&gt;
dev&lt;br /&gt;
etc&lt;br /&gt;
lib&lt;br /&gt;
mnt&lt;br /&gt;
tmp&lt;br /&gt;
unix&lt;br /&gt;
usr&lt;br /&gt;
#&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4 V4]&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys nsys] - complete kernel source&lt;br /&gt;
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys/ken/11-45 11-45] - possibly physical layout of the UNIX group's PDP-11/45&lt;br /&gt;
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys/ken/low.s low.s] - possibly configuration of the UNIX group's PDP-11/45&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man0/intro UNIX Programmer's Manual Fourth Edition - Introduction]&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man5/fs.5 File system]&lt;br /&gt;
* [http://squoze.net/UNIX/v4man/ UNIX Programmer's Manual: Fourth Edition]&lt;br /&gt;
&lt;br /&gt;
====News====&lt;br /&gt;
&lt;br /&gt;
* [https://news.ycombinator.com/item?id=45840321 Ycombinator]&lt;br /&gt;
* [https://discuss.systems/@ricci/115504720054699983 Discuss.systems]&lt;br /&gt;
** &amp;quot;We have arranged to deliver it to the Computer History Museum.&amp;quot;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I have the equipment. It is a 3M tape so it will probably be fine.&lt;br /&gt;
It will be digitized on my analog recovery set up and I'll use Len Shustek's readtape program to recover the data.&lt;br /&gt;
The only issue right now is my workflow isn't a &amp;quot;while you wait&amp;quot; thing, so I need to pull all the pieces into one physical location and test everything before I tell Penny it's OK to come out.&lt;br /&gt;
&lt;br /&gt;
The whole process is test the condition on a tape retensioner. I'm hoping I don't have to bake it, since that takes a day, then digitize it, shuttle the 10s of gigabytes of samples to another machine to decode it. I want to skip the shuttle step and get the analyzer running on the digitizer. -bitsavers.org&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_Fourth_Edition&amp;diff=37102</id>
		<title>UNIX Fourth Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_Fourth_Edition&amp;diff=37102"/>
				<updated>2025-12-20T03:07:20Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: wrong link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox OS &lt;br /&gt;
| name = Unix V4&lt;br /&gt;
| creator = AT&amp;amp;T/[[Western Electric]]&lt;br /&gt;
| year introduced = November, 1973&lt;br /&gt;
| previous version = [[UNIX Third Edition|V3]]&lt;br /&gt;
| current version = V4&lt;br /&gt;
| next version = [[UNIX Fifth Edition|V5]]&lt;br /&gt;
| type = [[Multi-tasking]], [[multi-user]]&lt;br /&gt;
| architecture = [[PDP-11 architecture|PDP-11]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''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]].&lt;br /&gt;
&lt;br /&gt;
Apparently, the only model of PDP-11 supported was the [[PDP-11/45]].&lt;br /&gt;
&lt;br /&gt;
A complete copy of Fourth Edition does not seem to be extant. [[The Unix Heritage Society|TUHS]] has a copy of the 'UNIX Programmer's Manual' and the [[source]] for what would become the V4 kernel. The main differences in this 'nsys' kernel compared to the later V4 kernel are the earlier V3 way of registering signal handlers, and a few not yet implemented system calls. Most importantly [[pipe]]s had not yet been implemented, making this kernel not fully functional even on a V3 system.&lt;br /&gt;
&lt;br /&gt;
==Possible Source(s)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A tape-based piece of unique Unix history may have been lying quietly in storage at the University of Utah for 50+ years. The question is whether researchers will be able to take this piece of middle-aged media and rewind it back to the 1970s to get the data off.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://www.theregister.com/2025/11/07/unix_fourth_edition_tape_rediscovered/ UNIX fourth edition tape rediscovered]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;– The 4th Edition (November 1973 — Research-V4) contains only source markup&lt;br /&gt;
for the manual pages: 18975 lines of troff code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Research UNIX v4, dated to 1973:&lt;br /&gt;
https://www.spinellis.gr/pubs/jrnl/2016-EMPSE-unix-history/html/unix-history.pdf&lt;br /&gt;
&lt;br /&gt;
=== Booting v4 ===&lt;br /&gt;
&lt;br /&gt;
Since the tape has been read, the system can now be booted.&lt;br /&gt;
Get the required files (unix_v4.tap and disk.rk) here: http://squoze.net/UNIX/v4&lt;br /&gt;
&lt;br /&gt;
With the following boot.ini&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set cpu 11/45&lt;br /&gt;
att rk0 disk.rk&lt;br /&gt;
att tm0 unix_v4.tap&lt;br /&gt;
boot -o tm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you can start the system like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
% pdp11 boot.ini                                                        &lt;br /&gt;
&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
=uboot&lt;br /&gt;
k&lt;br /&gt;
unix&lt;br /&gt;
&lt;br /&gt;
login: root&lt;br /&gt;
# ls&lt;br /&gt;
bin&lt;br /&gt;
dev&lt;br /&gt;
etc&lt;br /&gt;
lib&lt;br /&gt;
mnt&lt;br /&gt;
tmp&lt;br /&gt;
unix&lt;br /&gt;
usr&lt;br /&gt;
#&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4 V4]&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys nsys] - complete kernel source&lt;br /&gt;
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys/ken/11-45 11-45] - possibly physical layout of the UNIX group's PDP-11/45&lt;br /&gt;
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys/ken/low.s low.s] - possibly configuration of the UNIX group's PDP-11/45&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man0/intro UNIX Programmer's Manual Fourth Edition - Introduction]&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man5/fs.5 File system]&lt;br /&gt;
* [http://squoze.net/UNIX/v4man/ UNIX Programmer's Manual: Fourth Edition]&lt;br /&gt;
&lt;br /&gt;
====News====&lt;br /&gt;
&lt;br /&gt;
* [https://news.ycombinator.com/item?id=45840321 Ycombinator]&lt;br /&gt;
* [https://discuss.systems/@ricci/115504720054699983 Discuss.systems]&lt;br /&gt;
** &amp;quot;We have arranged to deliver it to the Computer History Museum.&amp;quot;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I have the equipment. It is a 3M tape so it will probably be fine.&lt;br /&gt;
It will be digitized on my analog recovery set up and I'll use Len Shustek's readtape program to recover the data.&lt;br /&gt;
The only issue right now is my workflow isn't a &amp;quot;while you wait&amp;quot; thing, so I need to pull all the pieces into one physical location and test everything before I tell Penny it's OK to come out.&lt;br /&gt;
&lt;br /&gt;
The whole process is test the condition on a tape retensioner. I'm hoping I don't have to bake it, since that takes a day, then digitize it, shuttle the 10s of gigabytes of samples to another machine to decode it. I want to skip the shuttle step and get the analyzer running on the digitizer. -bitsavers.org&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_Fourth_Edition&amp;diff=37101</id>
		<title>UNIX Fourth Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_Fourth_Edition&amp;diff=37101"/>
				<updated>2025-12-20T03:06:56Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: Added quick note about booting the v4 tape&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox OS &lt;br /&gt;
| name = Unix V4&lt;br /&gt;
| creator = AT&amp;amp;T/[[Western Electric]]&lt;br /&gt;
| year introduced = November, 1973&lt;br /&gt;
| previous version = [[UNIX Third Edition|V3]]&lt;br /&gt;
| current version = V4&lt;br /&gt;
| next version = [[UNIX Fifth Edition|V5]]&lt;br /&gt;
| type = [[Multi-tasking]], [[multi-user]]&lt;br /&gt;
| architecture = [[PDP-11 architecture|PDP-11]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''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]].&lt;br /&gt;
&lt;br /&gt;
Apparently, the only model of PDP-11 supported was the [[PDP-11/45]].&lt;br /&gt;
&lt;br /&gt;
A complete copy of Fourth Edition does not seem to be extant. [[The Unix Heritage Society|TUHS]] has a copy of the 'UNIX Programmer's Manual' and the [[source]] for what would become the V4 kernel. The main differences in this 'nsys' kernel compared to the later V4 kernel are the earlier V3 way of registering signal handlers, and a few not yet implemented system calls. Most importantly [[pipe]]s had not yet been implemented, making this kernel not fully functional even on a V3 system.&lt;br /&gt;
&lt;br /&gt;
==Possible Source(s)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A tape-based piece of unique Unix history may have been lying quietly in storage at the University of Utah for 50+ years. The question is whether researchers will be able to take this piece of middle-aged media and rewind it back to the 1970s to get the data off.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* [https://www.theregister.com/2025/11/07/unix_fourth_edition_tape_rediscovered/ UNIX fourth edition tape rediscovered]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;– The 4th Edition (November 1973 — Research-V4) contains only source markup&lt;br /&gt;
for the manual pages: 18975 lines of troff code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Research UNIX v4, dated to 1973:&lt;br /&gt;
https://www.spinellis.gr/pubs/jrnl/2016-EMPSE-unix-history/html/unix-history.pdf&lt;br /&gt;
&lt;br /&gt;
=== Booting v4 ===&lt;br /&gt;
&lt;br /&gt;
Since the tape has been read, the system can now be booted.&lt;br /&gt;
Get the required files (unix_v4.tap and disk.rk) here: http://squoze.net/UNIX/v4/README&lt;br /&gt;
&lt;br /&gt;
With the following boot.ini&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set cpu 11/45&lt;br /&gt;
att rk0 disk.rk&lt;br /&gt;
att tm0 unix_v4.tap&lt;br /&gt;
boot -o tm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you can start the system like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
% pdp11 boot.ini                                                        &lt;br /&gt;
&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
=uboot&lt;br /&gt;
k&lt;br /&gt;
unix&lt;br /&gt;
&lt;br /&gt;
login: root&lt;br /&gt;
# ls&lt;br /&gt;
bin&lt;br /&gt;
dev&lt;br /&gt;
etc&lt;br /&gt;
lib&lt;br /&gt;
mnt&lt;br /&gt;
tmp&lt;br /&gt;
unix&lt;br /&gt;
usr&lt;br /&gt;
#&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4 V4]&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys nsys] - complete kernel source&lt;br /&gt;
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys/ken/11-45 11-45] - possibly physical layout of the UNIX group's PDP-11/45&lt;br /&gt;
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys/ken/low.s low.s] - possibly configuration of the UNIX group's PDP-11/45&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man0/intro UNIX Programmer's Manual Fourth Edition - Introduction]&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man5/fs.5 File system]&lt;br /&gt;
* [http://squoze.net/UNIX/v4man/ UNIX Programmer's Manual: Fourth Edition]&lt;br /&gt;
&lt;br /&gt;
====News====&lt;br /&gt;
&lt;br /&gt;
* [https://news.ycombinator.com/item?id=45840321 Ycombinator]&lt;br /&gt;
* [https://discuss.systems/@ricci/115504720054699983 Discuss.systems]&lt;br /&gt;
** &amp;quot;We have arranged to deliver it to the Computer History Museum.&amp;quot;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I have the equipment. It is a 3M tape so it will probably be fine.&lt;br /&gt;
It will be digitized on my analog recovery set up and I'll use Len Shustek's readtape program to recover the data.&lt;br /&gt;
The only issue right now is my workflow isn't a &amp;quot;while you wait&amp;quot; thing, so I need to pull all the pieces into one physical location and test everything before I tell Penny it's OK to come out.&lt;br /&gt;
&lt;br /&gt;
The whole process is test the condition on a tape retensioner. I'm hoping I don't have to bake it, since that takes a day, then digitize it, shuttle the 10s of gigabytes of samples to another machine to decode it. I want to skip the shuttle step and get the analyzer running on the digitizer. -bitsavers.org&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=TX-0&amp;diff=30579</id>
		<title>TX-0</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=TX-0&amp;diff=30579"/>
				<updated>2023-07-19T06:56:00Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''TX-0''' was a [[transistor]] computer (reportedly the first ever built), at the MIT Lincoln laboratory. Predecessor to the [[TX-2]] and an influence on the [[PDP-1]] design. It was in some sense a successor to the [[Memory Test Computer]], itself a spin-off of the pioneering [[Whirlwind]].&lt;br /&gt;
&lt;br /&gt;
{{semi-stub}}&lt;br /&gt;
&lt;br /&gt;
==Registers==&lt;br /&gt;
&lt;br /&gt;
These are the registers in the original design.  Later updates changed some register widths and added registers.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Name || Size (bits) || Meaning&lt;br /&gt;
|-&lt;br /&gt;
| AC || 18 || Accumulator&lt;br /&gt;
|-&lt;br /&gt;
| MBR || 18 || Memory buffer register&lt;br /&gt;
|-&lt;br /&gt;
| MAR || 16 || Memory address register&lt;br /&gt;
|-&lt;br /&gt;
| PC || 16 || Program counter&lt;br /&gt;
|-&lt;br /&gt;
| IR || 2 || Instruction register&lt;br /&gt;
|-&lt;br /&gt;
| LR || 18 || Live register&lt;br /&gt;
|-&lt;br /&gt;
| TBR || 18 || Toggle switch buffer register&lt;br /&gt;
|-&lt;br /&gt;
| TAC || 18 || Toggle switch accumulator&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Test mode==&lt;br /&gt;
&lt;br /&gt;
The console has a switch to set '''test mode''' in which operations are taken from the TBR.  The operations are similar to regular instructions, but with a different interpretation:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! TBR 0-1 || Instruction || Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 00 || STO ''x'' || Store TAC in memory location ''x''. &lt;br /&gt;
|-&lt;br /&gt;
| 01 || ADD ''x'' || Add memory location ''x'' to AC.  (Check MBR to examine.)&lt;br /&gt;
|-&lt;br /&gt;
| 10 || TRN ''x'' || Change to '''normal mode''' and start running at location ''x''. &lt;br /&gt;
|-&lt;br /&gt;
| 11 || OPR ''x'' || Execute the instruction. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [http://bitsavers.org/pdf/mit/tx-0/ TX-0] - documents at [[Bitsavers]] &lt;br /&gt;
* [https://dspace.mit.edu/bitstream/handle/1721.1/4132/RLE-TR-627-42827671.pdf RLE-TR-627 TX-0 Computer History]&lt;br /&gt;
* [https://www.computerhistory.org/pdp-1/2e1b209cb40237b91228cdf26a60e3f8/ MIT TX-0 Computer]&lt;br /&gt;
* C. Gordon Bell, Gerald Butler, Robert Gray, John E. Mcnamara, Donald Vonada, and Ronald Wilson, [http://gordonbell.azurewebsites.net/Computer_Engineering/00000146.htm The PDP-1 and Other 18-Bit Computers], in C. Gordon Bell, J. Craig Mudge, John. E. McNamara, ''Computer Engineering: A DEC View of Hardware Systems Design'', Digital Press, Bedford, 1978 - Some material on the TX-0, and also covers its descendants (including the [[PDP-1]])&lt;br /&gt;
* [https://www.digibarn.com/stories/linc/documents/LINC-Personal-Workstation/LINC-Personal-Workstation.pdf The LINC Was Early and Small] - lengthy personal memoir by Wesley Clark; it also covers the TX-0&lt;br /&gt;
&lt;br /&gt;
[[Category: Computers]]&lt;br /&gt;
[[Category: 18-bit Computers]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_Fourth_Edition&amp;diff=26030</id>
		<title>UNIX Fourth Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_Fourth_Edition&amp;diff=26030"/>
				<updated>2022-05-27T09:51:56Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: Some more info on the nsys kernel.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox OS &lt;br /&gt;
| name = Unix V4&lt;br /&gt;
| creator = AT&amp;amp;T/[[Western Electric]]&lt;br /&gt;
| year introduced = November, 1973&lt;br /&gt;
| next version = [[UNIX Fifth Edition]]&lt;br /&gt;
| type = [[Multi-tasking]], [[multi-user]]&lt;br /&gt;
| architecture = [[PDP-11 architecture|PDP-11]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''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]].&lt;br /&gt;
&lt;br /&gt;
Apparently, the only model of PDP-11 supported was the [[PDP-11/45]].&lt;br /&gt;
&lt;br /&gt;
A complete copy of Fourth Edition does not seem to be extant. [[The Unix Heritage Society|TUHS]] has a copy of the 'UNIX Programmer's Manual'&lt;br /&gt;
and the [[source]] for what would become the V4 kernel.&lt;br /&gt;
The main differences in this nsys kernel compared to the later V4 kernel are the earlier V3 way of registering signal handlers&lt;br /&gt;
and a few not yet implemented system calls. Most importantly pipes had not yet been implemented, making this kernel not fully functional even on a V3 system.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4 V4]&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys nsys] - complete kernel source&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man0/intro UNIX Programmer's Manual Fourth Edition - Introduction]&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man5/fs.5 File system]&lt;br /&gt;
* [http://squoze.net/UNIX/v4man/ UNIX Programmer's Manual: Fourth Edition]&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_First_Edition&amp;diff=25989</id>
		<title>UNIX First Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_First_Edition&amp;diff=25989"/>
				<updated>2022-05-24T21:43:44Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: added link to manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox OS &lt;br /&gt;
| image = v1unix.png&lt;br /&gt;
| caption = Logging into a Unix version 1 box&lt;br /&gt;
| name = Unix v1&lt;br /&gt;
| creator = Western Electric, AT&amp;amp;T &lt;br /&gt;
| current version = SYSVr4 - Solais 10 (2009) &lt;br /&gt;
| year introduced = 1972&lt;br /&gt;
| type = Multitasking, multiuser&lt;br /&gt;
| architecture = [[PDP-7]], [[PDP-11]] theoretically portable&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[UNIX]]'s first edition has been restored by the work of Warren Toomey, Tim Newsham and others.  The current project homepage is located [http://code.google.com/p/unix-jun72/ here].&lt;br /&gt;
&lt;br /&gt;
== PDP-7 predecessor ==&lt;br /&gt;
&lt;br /&gt;
The earlier first version was written in [[assembly language]] for a spare [[PDP-7]] in Bell Labs.  Originally what started out as a game (spacelander) eventually UNIX started to fill a need for typesetting on 'cheap' [[minicomputer]]s.&lt;br /&gt;
&lt;br /&gt;
The first version was primarly written in assembler.&lt;br /&gt;
&lt;br /&gt;
== Restoration project == &lt;br /&gt;
&lt;br /&gt;
On December 2008, the project made its first relase using scanned printouts as source material, a team was able to re-enter the source files, and using apout they were able to construct a system using various bits from later Unix versions into a booting system for SIMH's PDP-11 emulator.&lt;br /&gt;
&lt;br /&gt;
== How do I get this to run?! ==&lt;br /&gt;
&lt;br /&gt;
There is a packaged version that will easily install on Windows machines that can be downloaded [http://sourceforge.net/project/downloading.php?group_id=204974&amp;amp;filename=Research-unixv1-0.3.exe&amp;amp;a=25520957 here]&lt;br /&gt;
&lt;br /&gt;
You can find all the pieces for this below:&lt;br /&gt;
&lt;br /&gt;
The current binary build can be downloaded from the [http://unix-jun72.googlecode.com/ google code] page [http://unix-jun72.googlecode.com/files/images-20080625.tgz here].&lt;br /&gt;
&lt;br /&gt;
You need a version of [[SIMH]] 3.8-1 or higher, as they will incorporate certain changes required for v1 unix.&lt;br /&gt;
&lt;br /&gt;
== What Runs? == &lt;br /&gt;
&lt;br /&gt;
Not very much!&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://www.tuhs.org/Archive/Distributions/Research/Dennis_v1/ 1st Edition UNIX]&lt;br /&gt;
** [https://www.tuhs.org/Archive/Distributions/Research/Dennis_v1/PreliminaryUnixImplementationDocument_Jun72.pdf UNIX Implementation Document] - contains scans of a complete listing&lt;br /&gt;
** [https://www.tuhs.org/Archive/Distributions/Research/Dennis_v1/1stEdman.html Unix Programmer's Manual First Edition] - overview&lt;br /&gt;
* [http://squoze.net/UNIX/v1man/ UNIX Programmer's Manual]&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's‎]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_Third_Edition&amp;diff=25988</id>
		<title>UNIX Third Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_Third_Edition&amp;diff=25988"/>
				<updated>2022-05-24T21:42:27Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: added link to manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox OS &lt;br /&gt;
| name = Unix V3&lt;br /&gt;
| creator = AT&amp;amp;T/[[Western Electric]]&lt;br /&gt;
| year introduced = February, 1973&lt;br /&gt;
| type = [[Multi-tasking]], [[multi-user]]&lt;br /&gt;
| architecture = [[PDP-11 architecture|PDP-11]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''UNIX Third Edition''' (often referred to as '''UNIX V3''' or '''V3 UNIX''' - 'Unix' was still normally given in all capital letters at this point in time) was a significant early version of [[UNIX]]. It was the version in which [[pipe]]s appeared, and the last version in which the [[kernel]] was written in [[assembly language]].&lt;br /&gt;
&lt;br /&gt;
It still ran on the [[PDP-11/20]] model of the PDP-11, as well as the [[PDP-11/45]] (apparently). The [[file system]] is almost identical to the [[UNIX file system|V6 one]]; the only major differences are that i) the free blocks are stored as a bit [[array]], rather than a [[list]], and ii) [[peripheral|device]] 'special files' are indicated by [[inode]] numbers below 41. (not via a flag in the 'mode' word in the inode, as later).&lt;br /&gt;
&lt;br /&gt;
A complete copy of Third Edition does not seem to be extant. [[The Unix Heritage Society|TUHS]] has a copy of the 'UNIX Programmer's Manual Third Edition', and the [[source code]] for an early version of the first [[C programming language|C]] [[compiler]] (C was just being defined at the point in time, although it first appeared in [[UNIX Second Edition]]). &lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V3 V3]&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man0/intro UNIX Programmer's Manual Third Edition - Introduction]&lt;br /&gt;
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man5/fs.5 File system]&lt;br /&gt;
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/manx/obproc.7 Boot procedures] - possibly obsolete?&lt;br /&gt;
* [http://squoze.net/UNIX/v3man/ UNIX Programmer's manual]&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_Fourth_Edition&amp;diff=25987</id>
		<title>UNIX Fourth Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_Fourth_Edition&amp;diff=25987"/>
				<updated>2022-05-24T21:41:33Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: added link to manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox OS &lt;br /&gt;
| name = Unix V4&lt;br /&gt;
| creator = AT&amp;amp;T/[[Western Electric]]&lt;br /&gt;
| year introduced = November, 1973&lt;br /&gt;
| type = [[Multi-tasking]], [[multi-user]]&lt;br /&gt;
| architecture = [[PDP-11 architecture|PDP-11]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''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]].&lt;br /&gt;
&lt;br /&gt;
Apparently, the only model of PDP-11 supported was the [[PDP-11/45]].&lt;br /&gt;
&lt;br /&gt;
A complete copy of Fourth Edition does not seem to be extant. [[The Unix Heritage Society|TUHS]] has the [[source]] for what appears to be a shortly pre-V4 kernel, and a copy of the 'UNIX Programmer's Manual'.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4 V4]&lt;br /&gt;
** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys nsys] - complete kernel source&lt;br /&gt;
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man0/intro UNIX Programmer's Manual Fourth Edition - Introduction]&lt;br /&gt;
*** [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man5/fs.5 File system]&lt;br /&gt;
* [http://squoze.net/UNIX/v4man/ UNIX Programmer's Manual]&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_Sixth_Edition&amp;diff=25986</id>
		<title>UNIX Sixth Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_Sixth_Edition&amp;diff=25986"/>
				<updated>2022-05-24T21:39:59Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: added link to manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox OS &lt;br /&gt;
| image = v6unix.png&lt;br /&gt;
| caption = Logging into a V6 UNIX system&lt;br /&gt;
| name = Unix V6&lt;br /&gt;
| creator = AT&amp;amp;T/[[Western Electric]]&lt;br /&gt;
| current version = V6 &lt;br /&gt;
| year introduced = May 1975&lt;br /&gt;
| type = [[Multi-tasking]], [[multi-user]]&lt;br /&gt;
| architecture = [[PDP-11 architecture|PDP-11]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''UNIX Sixth Edition''' (often referred to as '''UNIX V6''' or '''V6 UNIX''' - 'Unix' was still normally given in all capital letters at this point in time) was one of the most influential early versions of [[UNIX]]. It was the first version which was widely distributed outside Bell Labs, appearing as it did shortly after the influential CACM article on Unix, and it had an ''enormous'' impact. &lt;br /&gt;
&lt;br /&gt;
It was also the base for many important branches of UNIX, including [[PWB/UNIX]] and the [[BSD]] Unix family (it was in fact the first version of Unix to have more than one descendant). It was also one of the more popular Research versions from Bell Labs, along with [[Unix Seventh Edition]].&lt;br /&gt;
&lt;br /&gt;
To many computer scientists encountering it for the first time in its era, it had the feel of a then [[mainframe]] [[operating system]], but on a [[minicomputer]]; it felt totally unlike all the other minicomputer OS's at the time. Many also still consider it to have been the system with the highest ratio of power to size, ever.&lt;br /&gt;
&lt;br /&gt;
As distributed from Bell Labs, it ran only on [[PDP-11]]s, although outside Bell Labs it was later ported to several other architectures (see below).&lt;br /&gt;
&lt;br /&gt;
It was very similar to the earlier [[UNIX Fifth Edition]]; the main change was the support of so-called [[PDP-11 Memory Management|split I+D space]], both in the [[kernel]], and for [[user]] [[process]]es. It also supported the [[PDP-11/70]] with more than 256 Kilobytes of [[main memory]], and the resultant [[UNIBUS map]].&lt;br /&gt;
&lt;br /&gt;
UNIX V6 included even more documentation than V5, which included gems like [[Programming in C - A Tutorial]].&lt;br /&gt;
&lt;br /&gt;
==Other Platforms==&lt;br /&gt;
&lt;br /&gt;
In addition to the [[PDP-11]], which was the only machine the original Bell Laboratories distribution of V6 ran on, it was later ported to several other architectures.&lt;br /&gt;
&lt;br /&gt;
=== Interdata 8/32 ===&lt;br /&gt;
&lt;br /&gt;
The first port of Unix to another architecture was performed outside of Bell Laboratories; V6 was ported to an [[Interdata 7/32]] at the University of Wollongong. This was also the first port to a 32 bit platform, although Bell completed their own port to the very similar [[Interdata 8/32]] shortly thereafter (that port later became [[Unix Seventh Edition]]).&lt;br /&gt;
&lt;br /&gt;
=== Intel 80286 ===&lt;br /&gt;
&lt;br /&gt;
There is a port by Szigeti Szabolcs to the [[i286|Intel 80286]] CPU, available in [http://www.tuhs.org/archive_sites.html the Unix Archive] under Other/V6on286. It requires a copy of [[MS-DOS]] to run.&lt;br /&gt;
&lt;br /&gt;
=== i386 ===&lt;br /&gt;
&lt;br /&gt;
There is a 32bit re-write to the [[Intel 80386|x86 cpu]], an instructional operating system called 'XV6', used at MIT for an operating systems [http://pdos.csail.mit.edu/6.828/2006/index.html class]. You can download the [http://pdos.csail.mit.edu/6.828/2006/src/xv6-rev0.tar.gz source].&lt;br /&gt;
&lt;br /&gt;
== Folk Lore ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Lions UNIX book cover.jpg|thumb|150px|right|The Lions Book]]&lt;br /&gt;
&lt;br /&gt;
V6 Unix is also famous because of the &amp;quot;[[Lions book]]&amp;quot;. [[John Lions]] at the University of New South Wales wrote up an excellent dissection of the UNIX kernel, and taught it in his OS classes.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, the book ran into intellectual property issues with Bell, so its formal distribution was halted; however, it became ''the'' guide to UNIX internals as it was photo-copied over and over, in a Western equivalent to the ''samizdat'' of the old USSR.&lt;br /&gt;
&lt;br /&gt;
Recently, with the open release of older versions of UNIX, the intellectual property issues were cleared, and the Lions book is now finally publicly available.&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
The game situation didn't improve that much from V5 to V6.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bj&lt;br /&gt;
chess&lt;br /&gt;
cubic&lt;br /&gt;
moo&lt;br /&gt;
ttt&lt;br /&gt;
wump&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Running UNIX V6==&lt;br /&gt;
&lt;br /&gt;
To install and run UNIX V6, one needs a distribution (either an image of a distribution tape, or images of [[disk]]s), and either an emulator, or an actual PDP-11 or Interdata.&lt;br /&gt;
&lt;br /&gt;
V6 ''can'' be run on a [[PDP-11/23]], but it takes a few [[Running UNIX V6 on an -11/23|minor mods]] to do so.&lt;br /&gt;
&lt;br /&gt;
===Distros===&lt;br /&gt;
&lt;br /&gt;
There are two different distribution sets for V6 in the [[TUHS]] archive: 'Dennis_v6' and 'Ken_Wellsch_v6' (below). The contents page says:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  Dennis_v6&lt;br /&gt;
  ---------&lt;br /&gt;
  v6root.gz, v6src.gz and v6doc.gz are a set of three RK05 images of Sixth&lt;br /&gt;
  Edition with root, /usr and documentation, from Dennis Ritchie.&lt;br /&gt;
&lt;br /&gt;
  Ken_Wellsch_v6&lt;br /&gt;
  --------------&lt;br /&gt;
  v6.tape.gz is a copy of the Sixth Edition distribution tape which was sent&lt;br /&gt;
  in by Ken Wellsch.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It notes that there are differences between the two, but hadn't investigated what they are. Here are some details: the source files for the kernel are identical, except for sys/ken/main.c, which has the following added in the Wellsch version:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; printf(&amp;quot;RESTRICTED RIGHTS\n\n&amp;quot;);&lt;br /&gt;
 printf(&amp;quot;Use, duplication or disclosure is subject to\n&amp;quot;);&lt;br /&gt;
 printf(&amp;quot;restrictions stated in Contract with Western\n&amp;quot;);&lt;br /&gt;
 printf(&amp;quot;Electric Company, Inc.\n&amp;quot;);&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(What clearly happened is that after they'd done some distribution,&lt;br /&gt;
the AT+T lawyers made them add that.) Anyway, as a result, the binary system images 'rkunix', etc are slightly different between the two.&lt;br /&gt;
&lt;br /&gt;
Everything else seems to be identical: everything in /bin, /etc, /lib, /usr/bin and /usr/lib are all identical.&lt;br /&gt;
&lt;br /&gt;
===SIMH===&lt;br /&gt;
&lt;br /&gt;
One possibility for an emulator is to use [[SIMH]]; you can get V6 by looking for uv6swre.zip and iu6swre.zip, PDP-11 and Interdata versions respectively.&lt;br /&gt;
&lt;br /&gt;
*http://simh.trailing-edge.com/kits/uv6swre.zip&lt;br /&gt;
*http://simh.trailing-edge.com/kits/iu6swre.zip&lt;br /&gt;
&lt;br /&gt;
There is also a great lecture series involving SIMH and v6 which can be found here:&lt;br /&gt;
*[http://wwwlehre.dhbw-stuttgart.de/~helbig/os/index.html http://wwwlehre.dhbw-stuttgart.de/~helbig/os/index.html]&lt;br /&gt;
*[[xv6 homework 4]]&lt;br /&gt;
*[[xv6 homework 5]]&lt;br /&gt;
*[[xv6 homework 6]]&lt;br /&gt;
*[[xv6 homework 7]]&lt;br /&gt;
*[[xv6 homework 8]]&lt;br /&gt;
&lt;br /&gt;
===Ersatz-11===&lt;br /&gt;
&lt;br /&gt;
Another choice for an emulator is [[Ersatz-11]]; complete instructions for how to bring up V6 under Ersatz-11 are available, as well as instructions for how to make a more usable V6 under Ersatz-11: see the link below.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[UNIX V6 internals]]&lt;br /&gt;
* [[UNIX V6 kernel memory layout]]&lt;br /&gt;
** [[UNIX V6 dump analysis]]&lt;br /&gt;
* [[Installing UNIX Sixth Edition]]&lt;br /&gt;
** [[Setting up UNIX Sixth Edition]]&lt;br /&gt;
** [[Upgrading UNIX Sixth Edition]]&lt;br /&gt;
** [[Running UNIX V6 on an -11/23]]&lt;br /&gt;
* [[Installing UNIX v6 (PDP-11) on SIMH]]&lt;br /&gt;
** [[Running UNIX v6 in SIMH]]&lt;br /&gt;
* [[Installing UNIX Sixth Edition on Ersatz-11]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://www.tuhs.org/Archive/Distributions/Research/Dennis_v6/ Ritchie distro]&lt;br /&gt;
* [https://www.tuhs.org/Archive/Distributions/Research/Ken_Wellsch_v6/ Wellsch distro]&lt;br /&gt;
* [http://squoze.net/UNIX/v6man/ UNIX Programmer's manual]&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_Fifth_Edition&amp;diff=25985</id>
		<title>UNIX Fifth Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_Fifth_Edition&amp;diff=25985"/>
				<updated>2022-05-24T21:38:24Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: date was v6, not v5. added link to manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This was the first research version to leave [[Bell Labs]] to the world outside AT&amp;amp;T. &lt;br /&gt;
&lt;br /&gt;
{{Infobox OS &lt;br /&gt;
| image = v5unix.jpg&lt;br /&gt;
| caption = Logging into a v5 unix system&lt;br /&gt;
| name = Unix v5&lt;br /&gt;
| creator = AT&amp;amp;T/Western Electric&lt;br /&gt;
| current version = v5 &lt;br /&gt;
| year introduced = June, 1974&lt;br /&gt;
| type = Multitasking, multiuser&lt;br /&gt;
| architecture = [[PDP-11]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Platforms ==&lt;br /&gt;
&lt;br /&gt;
The only known platform for Unix v5 was the [[PDP-11]], with support for both the [[PDP-11/40]] and [[PDP-11/45]].&lt;br /&gt;
&lt;br /&gt;
== How do I get this to run?! ==&lt;br /&gt;
&lt;br /&gt;
Well you'll need a [[disk]] image, and an [[emulator]] or a PDP-11... I'd recommend [[SIMH]] and you can get v5 by looking for v5root.gz ..  There is also the guide [[Running Unix v5 in SIMH]].&lt;br /&gt;
&lt;br /&gt;
=== Games ===&lt;br /&gt;
&lt;br /&gt;
While limited, there is a few games on the v5 distro:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bj&lt;br /&gt;
chess&lt;br /&gt;
cubic&lt;br /&gt;
moo&lt;br /&gt;
ttt&lt;br /&gt;
wump&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{semi-stub}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://minnie.tuhs.org/cgi-bin/utree.pl?file=V5 V5]&lt;br /&gt;
* [http://squoze.net/UNIX/v5man/ UNIX Programmer's manual]&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's‎]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_Fifth_Edition&amp;diff=25975</id>
		<title>UNIX Fifth Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_Fifth_Edition&amp;diff=25975"/>
				<updated>2022-05-24T14:20:31Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: mch.s has a .45 switch. I haven't tested 11/40 support, but the code looks fine&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This was one of the more popular research versions to leave Bell Labs. &lt;br /&gt;
&lt;br /&gt;
{{Infobox OS &lt;br /&gt;
| image = v5unix.jpg&lt;br /&gt;
| caption = Logging into a v5 unix system&lt;br /&gt;
| name = Unix v5&lt;br /&gt;
| creator = AT&amp;amp;T/Western Electric&lt;br /&gt;
| current version = v5 &lt;br /&gt;
| year introduced = 1973&lt;br /&gt;
| type = Multitasking, multiuser&lt;br /&gt;
| architecture = [[PDP-11]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Platforms ==&lt;br /&gt;
&lt;br /&gt;
The only known platform for Unix v5 was the [[PDP-11]] with support for both the [[PDP-11/40]] and [[PDP-11/45]].&lt;br /&gt;
&lt;br /&gt;
== How do I get this to run?! ==&lt;br /&gt;
&lt;br /&gt;
Well you'll need a [[disk]] image, and an [[emulator]] or a PDP-11... I'd recommend [[SIMH]] and you can get v5 by looking for v5root.gz ..  There is also the guide [[Running Unix v5 in SIMH]].&lt;br /&gt;
&lt;br /&gt;
=== Games ===&lt;br /&gt;
&lt;br /&gt;
While limited, there is a few games on the v5 distro:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bj&lt;br /&gt;
chess&lt;br /&gt;
cubic&lt;br /&gt;
moo&lt;br /&gt;
ttt&lt;br /&gt;
wump&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{semi-stub}}&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's‎]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=UNIX_Fifth_Edition&amp;diff=25974</id>
		<title>UNIX Fifth Edition</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=UNIX_Fifth_Edition&amp;diff=25974"/>
				<updated>2022-05-24T13:59:20Z</updated>
		
		<summary type="html">&lt;p&gt;Aap: Removed wrong into about pipes. They first appeared in v3.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This was one of the more popular research versions to leave Bell Labs. &lt;br /&gt;
&lt;br /&gt;
{{Infobox OS &lt;br /&gt;
| image = v5unix.jpg&lt;br /&gt;
| caption = Logging into a v5 unix system&lt;br /&gt;
| name = Unix v5&lt;br /&gt;
| creator = AT&amp;amp;T/Western Electric&lt;br /&gt;
| current version = v5 &lt;br /&gt;
| year introduced = 1973&lt;br /&gt;
| type = Multitasking, multiuser&lt;br /&gt;
| architecture = [[PDP-11]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Platforms ==&lt;br /&gt;
&lt;br /&gt;
Thee only known platform for Unix v5 was the [[PDP-11]], and primarly only the [[PDP-11/45]].&lt;br /&gt;
&lt;br /&gt;
== How do I get this to run?! ==&lt;br /&gt;
&lt;br /&gt;
Well you'll need a [[disk]] image, and an [[emulator]] or a PDP-11... I'd recommend [[SIMH]] and you can get v5 by looking for v5root.gz ..  There is also the guide [[Running Unix v5 in SIMH]].&lt;br /&gt;
&lt;br /&gt;
=== Games ===&lt;br /&gt;
&lt;br /&gt;
While limited, there is a few games on the v5 distro:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bj&lt;br /&gt;
chess&lt;br /&gt;
cubic&lt;br /&gt;
moo&lt;br /&gt;
ttt&lt;br /&gt;
wump&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{semi-stub}}&lt;br /&gt;
&lt;br /&gt;
{{Nav Unix}}&lt;br /&gt;
&lt;br /&gt;
[[Category: Non-DEC Operating Systems]]&lt;br /&gt;
[[Category: PDP-11 Operating Systems]]&lt;br /&gt;
[[Category: Unix OS's‎]]&lt;/div&gt;</summary>
		<author><name>Aap</name></author>	</entry>

	</feed>