Author Topic: need unix  (Read 762 times)

tr_one

  • Member
  • **
  • Posts: 24
  • Kudos: 0
    • http://www.
need unix
« Reply #15 on: 7 September 2002, 11:17 »
PDP PIC

Like this?

[ September 07, 2002: Message edited by: tr_one ]


rtgwbmsr

  • VIP
  • Member
  • ***
  • Posts: 1,257
  • Kudos: 0
    • http://www.akgames.net
need unix
« Reply #16 on: 7 September 2002, 11:45 »
OOOOOOOOOooooooooo! What kind is it? I can't read the label on the case.
  :eek:        :eek:    :D

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
need unix
« Reply #17 on: 7 September 2002, 15:58 »
tr_one, good link. There is much other info on the site you posted that picture from. It looks like you might be able to find a PDP-11 emulator and run it under that. Also might be able to get the OSs:

http://minnie.tuhs.org/PUPS/pupsfaq.html

And the machine I was thinking of for the garage looks more like this:

http://www.bell-labs.com/history/unix/firstport.html
Someone please remove this account. Thanks...

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
need unix
« Reply #18 on: 7 September 2002, 17:39 »
I got the PDP-11 emulator compiled and running...  Ok, now what the heck to do with it?  
Someone please remove this account. Thanks...

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
need unix
« Reply #19 on: 7 September 2002, 18:16 »
The first and only one I have tried is located here:
ftp://minnie.tuhs.org/pub/PDP-11/Sims/Begemot-2.9

Basically I downloaded "libbegemot-1.9.tar.gz", configure/make/"make install", add /usr/local/lib to /etc/ld.so.conf and ran "ldconfig" as root.  Then I downloaded the emulator "p11-2.9.tar.gz", unpacked it and changed into it's directory and did a:

$ ./configure --with-begemot=/usr/local/include

I got a compile error on the file "dev_toy.c" when trying to make but I figured out the problem. Just add:

# include "time.h"

right under:

#include "proc.h"

This should allow you to do a "make" and "make install" (install ass root).  Then you can run the emulator by typing "p11".  Since you have no OS loaded or no disk image all you seem to be able to do is look at registers and stuff.  

There doesn't seem to be a lot of documentation but I noticed in one of the docs that you can get disk images from somewhere but haven't gotten to that point yet.  Now I really have no clue what I am doing from here (of course I didn't from the start).  So in order to do anything useful with this thing it would take more research.  Not sure if I want to spend much more time on it.  But I would certainly be interested if you make headway...
Someone please remove this account. Thanks...