The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] mnos and demos
@ 2010-03-08 20:59 Tim Newsham
  2010-03-08 21:22 ` Jason Stevens
  0 siblings, 1 reply; 4+ messages in thread
From: Tim Newsham @ 2010-03-08 20:59 UTC (permalink / raw)


Do repositories of MNOS and DEMOS operating system source
code or binaries exist?  Do either of these run on simh
or other simulators?  (were the PDP11 and VAX11 knockoffs
close enough matches to the originals?)

Tim Newsham | www.thenewsh.com/~newsham | thenewsh.blogspot.com
_______________________________________________
TUHS mailing list
TUHS at minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/tuhs



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

* [TUHS] mnos and demos
  2010-03-08 20:59 [TUHS] mnos and demos Tim Newsham
@ 2010-03-08 21:22 ` Jason Stevens
  2010-03-08 21:48   ` Tim Newsham
  2010-03-08 22:03   ` Lyle Bickley
  0 siblings, 2 replies; 4+ messages in thread
From: Jason Stevens @ 2010-03-08 21:22 UTC (permalink / raw)


There is this..

http://pdp-11.ru/mybk/pdp11/DEMOS.RAR

which looks like a bunch of disk images, but they didn't boot for me either
in SIMH or a few russian pdp-11 emulators.....

Although a little bit of googleing seems to reveal that the soviet pdp-11's
had video cards, and were geared more as "PC's" then as mini computers...

On Mon, Mar 8, 2010 at 3:59 PM, Tim Newsham <newsham at lava.net> wrote:

> Do repositories of MNOS and DEMOS operating system source
> code or binaries exist?  Do either of these run on simh
> or other simulators?  (were the PDP11 and VAX11 knockoffs
> close enough matches to the originals?)
>
> Tim Newsham | www.thenewsh.com/~newsham | thenewsh.blogspot.com
> _______________________________________________
> 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/20100308/d797bfda/attachment.html>
-------------- next part --------------
_______________________________________________
TUHS mailing list
TUHS at minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/tuhs


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

* [TUHS] mnos and demos
  2010-03-08 21:22 ` Jason Stevens
@ 2010-03-08 21:48   ` Tim Newsham
  2010-03-08 22:03   ` Lyle Bickley
  1 sibling, 0 replies; 4+ messages in thread
From: Tim Newsham @ 2010-03-08 21:48 UTC (permalink / raw)


> http://pdp-11.ru/mybk/pdp11/DEMOS.RAR

Interesting!

$ (cat ../U[12345].DK) | tar -xf -
tar: Removing leading '/' from member names
$ ls
./              READ_GRAF       bin/            lib/            usr/
../             READ_LP         dev/            mnt/
.cshrc          TEST/           etc/            tmp/


Tim Newsham | www.thenewsh.com/~newsham | thenewsh.blogspot.com
_______________________________________________
TUHS mailing list
TUHS at minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/tuhs



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

* [TUHS] mnos and demos
  2010-03-08 21:22 ` Jason Stevens
  2010-03-08 21:48   ` Tim Newsham
@ 2010-03-08 22:03   ` Lyle Bickley
  1 sibling, 0 replies; 4+ messages in thread
From: Lyle Bickley @ 2010-03-08 22:03 UTC (permalink / raw)


On Monday 08 March 2010, Jason Stevens wrote:
> There is this..
> 
> http://pdp-11.ru/mybk/pdp11/DEMOS.RAR

After extracting the *.DK from the RAR archive, I found that U1.DK is a tar.
the bin directory contains:

[    cc     cp    df       echo   file  ln     make   nice    ps     restor  size   su    time    wf
adb  chgrp  cpfd  diff     ed     find  login  man    nm      pstat  rm      sleep  sync  touch
ar   chmod  csh   du       expr   grep  ls     mkdir  nroff   pwd    rmail   sort   tail  true
as   chown  date  dump     false  kill  lx     mount  od      re     rmdir   strip  tee   umount
cat  cmp    dd    dumpdir  fgrep  ld    mail   mv     passwd  red    rpl     stty   test  wc

All of the above are PDP-11 executables.

A "TEST" directory contains:

ctest.c:    ISO-8859 C program text
f77test1.f: ASCII text
f77test2.f: ISO-8859 text
hdr:        ISO-8859 text
kcgd:       PDP-11 executable not stripped
main:       ISO-8859 text
primer:     ISO-8859 text
printend:   ISO-8859 text
PROT:       ISO-8859 text, with escape sequences
run_test:   POSIX shell script text
t1:         ISO-8859 text
t2:         ISO-8859 text
t3:         C shell script text
t4:         ISO-8859 text
t5:         ISO-8859 text
t6:         ISO-8859 text
test1.sc:   ISO-8859 text
test2.sc:   ISO-8859 text
test3.sc:   ISO-8859 text
test4.sc:   ISO-8859 text
text:       ISO-8859 C program text
text.std:   ISO-8859 text

Will futz around with the other .DK files when I have more time...

> which looks like a bunch of disk images, but they didn't boot for me either
> in SIMH or a few russian pdp-11 emulators.....

Perhaps they are Dectape or other tape type???

--snip--

Cheers,
Lyle
-- 
Lyle Bickley, KF6ZGI
Bickley Consulting West Inc.
http://bickleywest.com
"Black holes are where God is dividing by zero"
_______________________________________________
TUHS mailing list
TUHS at minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/tuhs



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

end of thread, other threads:[~2010-03-08 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-08 20:59 [TUHS] mnos and demos Tim Newsham
2010-03-08 21:22 ` Jason Stevens
2010-03-08 21:48   ` Tim Newsham
2010-03-08 22:03   ` Lyle Bickley

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