Difference between revisions of "Running Unix v5 in SIMH"

From Computer History Wiki
Jump to: navigation, search
(New page: Version 5 only exists as an rk05 disk image, so this is pretty simple to get running. First you'll need the disk image, it's in any TUHS mirror, and a direct link to the file [http://...)
 
m (+links)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Version 5 only exists as an rk05 disk image, so this is pretty simple to get running.
+
[[UNIX Fifth Edition]] only exists as an [[RK05]] disk image, so this is pretty simple to get running.
  
 
First you'll need the disk image, it's in any [[TUHS]] mirror, and a direct link to the file [http://ftp.math.utah.edu/pub///mirrors/minnie.tuhs.org/PDP-11/Distributions/research/Dennis_v5/v5root.gz here].
 
First you'll need the disk image, it's in any [[TUHS]] mirror, and a direct link to the file [http://ftp.math.utah.edu/pub///mirrors/minnie.tuhs.org/PDP-11/Distributions/research/Dennis_v5/v5root.gz here].
Line 25: Line 25:
 
You do have to tell the bootloader to boot the unix kernel.. and there is no password for the root user.
 
You do have to tell the bootloader to boot the unix kernel.. and there is no password for the root user.
  
[[Categories:SIMH Tutorials]]
+
[[Category: SIMH Tutorials]]

Latest revision as of 19:45, 5 May 2021

UNIX Fifth Edition only exists as an RK05 disk image, so this is pretty simple to get running.

First you'll need the disk image, it's in any TUHS mirror, and a direct link to the file here.


boot.ini

set cpu 11/45
att rk0 v5root
boot rk0


Then boot it up something like this:


PDP-11 simulator V3.8-1
Disabling XQ
@unix

;login: root
#

You do have to tell the bootloader to boot the unix kernel.. and there is no password for the root user.