The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: frank@wortner.com (Frank Wortner)
Subject: [pups] PDP-11 (SIMH), Seventh Edition UNIX
Date: Tue, 28 Sep 2010 21:03:27 -0400	[thread overview]
Message-ID: <AANLkTinp2DwX_cmxYMqZeLCwRvUfjv5nouzg-zvS=4qL@mail.gmail.com> (raw)
In-Reply-To: <4C9E234D.4020705@gmail.com>

On Sat, Sep 25, 2010 at 12:29 PM, Mark Tuson <markfptuson at gmail.com> wrote:

> The first question is: how can I get the C compiler to work properly? When
> I've tried to compile programs, I get 'cannot create temp'
>

Try checking to see if there is any disk space left on the root RL device.
It may be full -- these were tiny by today's standards -- disk drives.  10
Mb, if I recall correctly.

The other possibility is that the /tmp directory has the wron permission.
It should be read/write to all (drwxrwxrwx).  If not, try running chmod 0777
/tmp as root, then try compiling again.


>
> Also, how can I get the backspace key to erase? I've done *stty erase '^H'
> * but I have to actually type <CTRL>+H to erase.
>
> The other thing I want to ask about is: can I compile SIMH on DOS, so it
> doesn't display any messages except those of the simulated software, and so
> it ignores ^E?
>

You can fix the control E problem by running the command

SET CONSOLE WRU char

... where char is the charcter you wish to use.  (WRU stands for "where are
you" according to the SIMH documentation
http://simh.trailing-edge.com/pdf/simh_doc.pdf).




> I'm asking because I want v7 on an ancient laptop I've got lying around - a
> 486 with 24M of core. v7x86 won't work on it, and I don't really fancy
> putting Slack 3 back on it - if I'm going to go outdated, I might as well go
> the whole hog and go *really* outdated.
>
> Though I might consider 2.11BSD, if that'll work on a machine with 24M of
> core, and if the escapes will display properly, because
>

The biggest PDP-11 had 4 Mb of memory, so you certainly won't be limited
there.  I suspect that if you run nothing else,on the machine you will get
fair perfomance on the emulated PDP-11.  2.11 BSD should run.

As far as your other terminal problems, you probably just need an
appropriate setting for the TERM environment variable to get vi to work.
Usually TERM=vt100 works, but your mileage may vary.

Real men use ed, though!  [?]  I always amaze people by being by being able
to use ed.  Of course, that's because I'm very old -- old enough to have
actually used V6 on a real PDP-11.  I think I'll take a nap now.

-- 
"Jazz music stimulates the minds and uplifts the souls of those who play it
was well as of those who listen to immerse themselves in it. As the mind is
stimulated and the soul uplifted, this is eventually reflected in the body."
-- Horace Silver
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20100928/a9519d72/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 330.gif
Type: image/gif
Size: 96 bytes
Desc: not available
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20100928/a9519d72/attachment.gif>


  parent reply	other threads:[~2010-09-29  1:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-25 16:29 Mark Tuson
2010-09-29  0:22 ` Nick Downing
2010-09-29  1:03 ` Frank Wortner [this message]
     [not found]   ` <Pine.BSI.4.64.1009291120060.4063@dave.horsfall.org>
2010-09-29 11:49     ` Frank Wortner
2010-09-29 11:56       ` Bob Eager
2010-09-30  0:54         ` Jay Jaeger
2010-09-29  9:24 ` Johnny Billquist
2010-09-29 14:02   ` Bill Pechter
     [not found] ` <AANLkTik5Ni7SARxa4x9-_2M6UxYaD18OR2t_Y2Z4JeSf@mail.gmail.c om>
2010-09-30  0:48   ` Jay Jaeger

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='AANLkTinp2DwX_cmxYMqZeLCwRvUfjv5nouzg-zvS=4qL@mail.gmail.com' \
    --to=frank@wortner.com \
    /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).