The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Dave Plonka <dave@plonka.us>
To: tuhs@tuhs.org
Subject: [TUHS] PDP 11/23 running UNIX version 6 at VCF Midwest!
Date: Sat, 18 Dec 2021 19:00:04 -0600	[thread overview]
Message-ID: <CANPwAQb2nDDFpTfWLBt+wx=SjOYA04UJs5qt9rxfNMjPxYpfcA@mail.gmail.com> (raw)

Hi folks!

While doing some end of year retrocomputing revisiting, I thought some
of you might enjoy this - there is hope for the next generation(s)! ;)
https://www.youtube.com/watch?v=_Zyng5Ob-e8

In this video I share my personal pick for "best"  demo at VCF
Midwest: Gavin's PDP 11/23 running UNIX Version 6!  We write and run a
simple BASIC program in Ken Thompson's bas(1), finding some quirks
with this (currently) entirely floppy-based system, possible having to
do with a glitch in disk I/O. (We discovered bas(1) uses a temporary
file as backing store.)

Filmed at the Vintage Computer Festival Midwest: VCF Midwest 16,
September 11, 2021
http://vcfmw.org/

Here's the source code to the simple program we wrote; you can also
run it on modern machines if you install a Research UNIX version using
SimH (pdp-11 simulator).

5 goto 30
10 for col = 1 arg(1)
12 prompt " "
14 next
20 print "Welcome to VCF Midwest!"
25 return
30 for x = 0 55
40 10(x)
50 next
60 for x = _56 _1
70 10(_x)
80 next

-- 
dave@plonka.us  http://www.cs.wisc.edu/~plonka/

             reply	other threads:[~2021-12-19  1:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-19  1:00 Dave Plonka [this message]
2021-12-19 17:25 Paul Ruizendaal
2021-12-20 15:43 ` Dave Plonka
2021-12-20 16:30   ` Clem Cole
2021-12-21 21:42 Noel Chiappa

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='CANPwAQb2nDDFpTfWLBt+wx=SjOYA04UJs5qt9rxfNMjPxYpfcA@mail.gmail.com' \
    --to=dave@plonka.us \
    --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).