Difference between revisions of "RT-11"

From Computer History Wiki
Jump to: navigation, search
(Commands)
Line 28: Line 28:
 
=== RUN command ===
 
=== RUN command ===
 
Dungeon for example is executed with RUN.  I think you have to run .sav files.
 
Dungeon for example is executed with RUN.  I think you have to run .sav files.
 +
<pre>
 +
.RUN DUNGEO
 +
Welcome to Dungeon.                    This version created 10-AUG-78.
 +
You are in an open field west of a big white house with a boarded
 +
front door.
 +
There is a small mailbox here.
 +
>
 +
</pre>
  
 
=== @ command ===
 
=== @ command ===
 
COM files are like batch scripts, and are executed with the @ infront of them.
 
COM files are like batch scripts, and are executed with the @ infront of them.
 +
<pre>
 +
.@STARTS.COM
 +
 +
.D 56=5015
 +
 +
.TYPE V4USER.TXT
 +
Welcome to RT-11 Version 4. RT-11 V04 provides new hardware support
 +
and some major enhancements over Version 3B.
 +
 +
Please use the HELP command;  it describes the new options in many
 +
of the utilities.
 +
 +
If you are using a terminal that requires fill characters,
 +
modify location 56 with a Deposit command before proceeding with
 +
system installation. LA36 DECwriter II and VT52 DECscope terminals
 +
do NOT require such modification.
 +
</pre>
  
 
=== Squish command ===
 
=== Squish command ===

Revision as of 23:19, 4 October 2009

RT-11 was an OS for the PDP-11. Overall it has a very OS/8 feel to it.

notes

The filesystem was like that of OS/8 in that files are stored complete on the disk, so that if you delete them the disk will need to be 'squished' back down. http://www.vaxdungeon.com/

INITIALIZE (format floppy)

Device names

  • dx0: rx01
  • dy1: rx02 rq0 in simh
  • dk0/dk1/dk2/dk3 are the disks on the boot controller...
  • dl0: is the rl02
  • du0: is the rx50 floppy
  • dx0: is the rx0 floppy
  • DX0:, DY1:, DL4: referred to disk volumes (RX01 unit 0, RX02 unit 1, RL01 or RL02 unit 4, respectively).
  • ry0 VAX

dungeon instructions & image. http://www.geocities.com/capecanaveral/5517/pdp11.htm console floppies http://www.headcrashers.org/comp/rx01/

Commands

These are a few commands that I've managed to work out, in no particular order.

DIR command

Just like MS-DOS

RUN command

Dungeon for example is executed with RUN. I think you have to run .sav files.

.RUN DUNGEO
Welcome to Dungeon.                     This version created 10-AUG-78.
You are in an open field west of a big white house with a boarded
front door.
There is a small mailbox here.
>

@ command

COM files are like batch scripts, and are executed with the @ infront of them.

.@STARTS.COM

.D 56=5015

.TYPE V4USER.TXT
Welcome to RT-11 Version 4. RT-11 V04 provides new hardware support
and some major enhancements over Version 3B.

Please use the HELP command;  it describes the new options in many
of the utilities.

If you are using a terminal that requires fill characters,
modify location 56 with a Deposit command before proceeding with
system installation. LA36 DECwriter II and VT52 DECscope terminals
do NOT require such modification.

Squish command

Disks will need to be 'defraged' or compacted with this command. In some version it'll just be SQU.

.SQU
Device? DK0:
RK0:/Squeeze; Are you sure? Y

SHOW command

This is a very usefull command to show some info about the OS.

.SHOW
TT
RK  (Resident)
    RK0 = SY , DK
BA
PC
NL
LP
MS
MT
DM
DL
DX
DP
4 free slots

show configuration