The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: clemc@ccc.com (Clem Cole)
Subject: [TUHS] 2.10
Date: Thu, 20 Nov 2014 22:43:18 -0600	[thread overview]
Message-ID: <CAC20D2OsAL=mduWBiorqDSbm6f=dHQwVqww9Kwgk7dXTPeLUeg@mail.gmail.com> (raw)
In-Reply-To: <CAHYQbfAZXpeeHQCe=Qv7YqieGDUa6LmtAkQ_6i2S21R=9ki4+g@mail.gmail.com>

I don't think the BSD networking code in 2.10 worked on systems with only
256K bytes of memory.  The kernel is too big even without networking and a
lot of work was done to push things out of the kernel. [The 17th bit (split
I/D) really only mattered for user space, the kernel mapped things around -
but with only 18 bits of address map there is not much space]. Adding
networking and in particular the space for the mbuf's becomes a real issue.


Here are some thoughts..

1.) Easiest/Cheapest solution might be to front end the system with an RPi,
Intel Edison or the like and run the IP stack on it and then use one or
more serial ports from the micro to 11.

2.) See if you can dig up an old copy of the 3 COM's first product - UNET -
which was the original TCP/IP for V7.  It's old and not very sexy, but the
kernel requirements are minimal and if all you want it telnet & FTP that
will work.

3.) If you have real hardware, see if you can find an old Able "Enable"
board which will allow you to put 4Megs of memory in an 40 class processor
(you get a cache plus a new memory MAP with 22 bits of address like the 45
class processors).   I had 2.X working on that years ago (and wrote a
USENIX paper on it).  The Enable board support was in the BSD 2*
distributions (I put there) but I doubt its been tried in many years.

4.) Ultrix-11 should boot on a 40 class system, but I do not remember if on
the 18 bit machines you could configure networking.   Armando might
remember if Fred ever made that work.  If any one could have or would have,
it would have been Fred.  As I said, there just is not a lot of space and
frankly there is not going to be a lot of space left for user programs.

Clem

PS I remember running V6 on 11/34 with 48K bytes of memory for a few months
as our memory for that system was back ordered.  It was slow, but it worked
and we were happy.  It was our machine!!

On Thu, Nov 20, 2014 at 7:32 PM, Jacob Ritorto <jacob.ritorto at gmail.com>
wrote:

> Hi all,
>   Wanting to set up an 11/34 or 11/23 with a unix that's at least
> contemporary enough to run telnet and ftp.  From what I can gather on line,
> I guess 2.10 is the best shot, but it's apparently a little less popular
> and I can't fin enough docs about it to determine if it'll run with the
> hardware I have.  Am I on the right track here, or should I be considering
> backporting the programs to 2.9?  Pointers to 2.10 Setup manual would be
> most welcome as well as suggestions on where to find other resources to
> meet this goal..
>
> thx
> jake
>
>
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20141120/cebdf591/attachment.html>


  parent reply	other threads:[~2014-11-21  4:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-21  1:32 Jacob Ritorto
2014-11-21  1:56 ` Nick Downing
     [not found] ` <CA+oaVqwGKiOPKm8Bz62Z0s9dEYiAbTXR9=WrQyjqGFX-uaYmjQ@mail.gmail.com>
2014-11-21  3:25   ` Jacob Ritorto
2014-11-21  3:36     ` Cory Smelosky
2014-11-21  4:02       ` Cory Smelosky
2014-11-21  4:43 ` Clem Cole [this message]
2014-11-21  4:55   ` Cory Smelosky
2014-11-21  5:46     ` Clem Cole
2014-11-21  6:07       ` Cory Smelosky
2014-11-26  6:28         ` [TUHS] BerkNet Erik E. Fair
2014-11-26  6:48           ` Cory Smelosky
2014-11-27 16:42             ` Mary Ann Horton
2014-11-29 16:38               ` Clem Cole
2014-11-26 18:24           ` Clem Cole
2014-11-26 18:35             ` Dan Cross
2014-11-26 20:03               ` Clem Cole
2014-11-26 18:26           ` Dave Horsfall
2014-11-21  6:13       ` [TUHS] 2.10 Jacob Ritorto
2014-11-21 13:06         ` Clem Cole
2014-11-21 15:37 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='CAC20D2OsAL=mduWBiorqDSbm6f=dHQwVqww9Kwgk7dXTPeLUeg@mail.gmail.com' \
    --to=clemc@ccc.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).