home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Emulators / Supnik_1.0 / 0readme.txt next >
Encoding:
Text File  |  1994-09-29  |  2.5 KB  |  87 lines

  1. The following is the original 'announcement' of the availablility of the
  2. pdp8 and pdp11 simulators to a private list.  It has been edited to
  3. remove certain sensitive pieces of information:
  4.  
  5. - - - - -
  6.  
  7. I am pleased to announce the (internal field test) for the PDP-8 and
  8. PDP-11 simulators.  To get the sources and the simulated OS8 and RT11
  9. disks, copy xxxxxx to your system and proceed as outlined in these notes.
  10. Sketchy documentation on the simulators is in file 0simdoc.txt
  11.     [ed. - the OS8 and RT11 disks are not available due to
  12.      licensing issues ... if you have a disk, simply copy
  13.      the disk to an image file and use that.]
  14.  
  15. 1. The simulators work on both VAX/VMS and on Alpha/OSF1.
  16.     [ed. - and on mips/ultrix]
  17.  
  18. 2. Each simulator includes a CPU, memory, reader, punch, terminal, line
  19.    clock, RK05 disk, and RX01 disk.  (The PDP-8 has an RF08, and the
  20.    PDP-11 has an RL11.)
  21.  
  22. 3. There's a VMS build file for each simulator:
  23.  
  24.     pdp8_build    builds PDP8.EXE
  25.     pdp11_build    builds PDP11.EXE
  26.  
  27.     [ed. - A preliminary Makefile is provided which will build
  28.      the simulators, but may not be as concise or as full-purpose
  29.      as it could be]
  30.  
  31.    The build files include the debugger, remove that if you want.
  32.  
  33.    For OSF/1, the build command lines are:
  34.  
  35.     cc pdp8*.c scp*.c -lm -o pdp8
  36.     cc pdp11*.c scp*.c -o pdp11
  37.  
  38. 4. The simulators are only partially tested.
  39.  
  40.    I would APPRECIATE YOUR FEEDBACK.  Feel free to try small programs
  41.    to test the EAE, FP11, and devices.  If you find bugs, feel free to
  42.    look through the sources and send me the fixes...:-)
  43.  
  44.     [ed. - The author has set up a mail alias to receive such
  45.      mail.  You can send mail to him at dsmaint@pa.dec.com]
  46.  
  47. 5. To get the simulated operating systems up and running (OSF/1 shown):
  48.  
  49.     % pdp8
  50.  
  51.     PDP-8 simulator V1.0
  52.     sim> att rk0 os8.dsk
  53.     sim> boot rk0
  54.  
  55.     . <-- OS/8 prompt
  56.  
  57.    This is pretty much instantaneous on either VAX or Alpha.  You
  58.    must first set the date (note that OS/8 REQUIRES CAPITAL LETTERS
  59.    FOR INPUT) and then you can type HELP or DIR to explore further:
  60.  
  61.     .DA 14-MAR-94
  62.  
  63.     .DIR
  64.  
  65.    For the PDP-11 and RT11:
  66.  
  67.     % pdp11
  68.  
  69.     PDP-11 simulator V1.0
  70.     
  71.     sim> att rk0 rt11.dsk
  72.     sim> boot rk0
  73.  
  74.     RT11SJ (S) V5.04
  75.  
  76.     .
  77.     . <-- RT11 prompt
  78.  
  79.    Note that on a slow VAX (eg, a 3100) it takes 45 seconds to get to
  80.    the banner, and another 15-20 seconds to get to the prompts.  On
  81.    Alpha/OSF1, it takes a few seconds to reach the prompt.  You can
  82.    then set the date, type HELP or DIR, and so on.  RT11 accepts lower
  83.    case input.
  84.  
  85.    The simulator is stopped by typing ^E (control-E).  This can be
  86.    changed through the WRU register.
  87.