The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [Unix-jun72] DC-11 quick hack
@ 2008-05-07  7:04 Tim Newsham
  2008-05-07  9:30 ` Warren Toomey
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tim Newsham @ 2008-05-07  7:04 UTC (permalink / raw)


Ok, I had some initial success with a quick and dirty hack.

   - apply the attached patch to your simh tree and rebuild pdp11
     and copy it into your tools directory.
     - maps the TTIX device into the DC11 space
     - forces the CSR to return the carry-detect bit as always on
   - edit build/init.s and uncomment some or all of the ttys
     build it and place it on your drive:
     $ vi build/init.s
     $ tools/as build/init.s
     $ cp b.out build/root/etc/init
     $ tools/mkfs -p fs/Readme build/root rf0.dsk rf
   - copy your simh.cfg to simh2.cfg and add these lines before
     the "go" line:
     set ttix en
     set ttix lines=8
     att ttix 5555
   - run "./simh2.cfg"

at this point you can telnet to port 5555 and enjoy a multi user
unix system.  This lacks a lot of polish and needs a bit of work
yet, but its quick and dirty.

You'll have to revert to the old init if you want to use the normal
simh.cfg since the kernel will panic when opening the other ttys
if the DC11 hardware isnt attached.

Tim Newsham
http://www.thenewsh.com/~newsham/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: simh-dc11.patch
Type: application/x-patch
Size: 1220 bytes
Desc: 
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20080506/27ed877e/attachment.bin>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-05-09 13:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-07  7:04 [Unix-jun72] DC-11 quick hack Tim Newsham
2008-05-07  9:30 ` Warren Toomey
2008-05-07 10:31 ` Warren Toomey
2008-05-07 13:04   ` Brad Parker
2008-05-09 13:18 ` Warren Toomey

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).