The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Warren Toomey <wkt@tuhs.org>
To: tuhs@tuhs.org
Subject: [TUHS] Fwd: Unix V0 on SIMH PDP-9
Date: Mon, 24 Feb 2020 06:27:07 +1000	[thread overview]
Message-ID: <20200223202707.GB16651@minnie.tuhs.org> (raw)

All, I received this interesting e-mail from Michael Thompson:
----- 

Date: Fri, 21 Feb 2020 12:50:12 -0500
From: Michael Thompson <michael.99.thompson@gmail.com>
To: Warren Toomey <wkt@tuhs.org>
Subject: Unix V0 on SIMH PDP-9

   I modified the PDP-7 .simh file so it will run on a SIMH PDP-9.
   (attached)
   We have a running PDP-9 at the RICM. If I added EAE, (we likely have
   the necessary parts) and made a disk emulator like the one at the LCM,
   we could also run UNIX V0 on it. It would be nice to have the disk
   emulator emulate an RB disk, but that would also require emulating a
   DMA adapter.
   I am considering making an FPGA to emulate the memory controller and
   32KW of memory. If I did that, I could put the RB and DMA emulation in
   the same device.
   --
   Michael Thompson

----- End forwarded message -----


set cpu 8k
set cpu eae
set cpu history=100
show cpu

# set up SIMH devices:

# UNIX character translations (CR to NL, ESC to ALTMODE):
set tti unix

# RB09 fixed head disk:
set rb ena
att rb image.fs

# enable TELNET in GRAPHICS-2 keyboard/display(!!)
#set g2in ena
#att -U g2in 12345

# disable hardware UNIX-7 doesn't know about:
set lpt disa
set drm disa
set dt disa
set mt disa
set rf disa
set ttix disa
set ttox disa

# show device settings:
show dev

# load and run the paper tape bootstrap
# (loads system from disk)
load boot.rim 010000
go

Cheers, Warren

                 reply	other threads:[~2020-02-23 20:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200223202707.GB16651@minnie.tuhs.org \
    --to=wkt@tuhs.org \
    --cc=tuhs@tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).