<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jtcronin</id>
		<title>Computer History Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jtcronin"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/wiki/Special:Contributions/Jtcronin"/>
		<updated>2026-05-16T11:09:11Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=RT-11&amp;diff=7510</id>
		<title>RT-11</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=RT-11&amp;diff=7510"/>
				<updated>2010-05-27T00:46:15Z</updated>
		
		<summary type="html">&lt;p&gt;Jtcronin: /* notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RT-11 was an OS for the PDP-11.  Overall it has a very [[OS/8]] feel to it.&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
&lt;br /&gt;
The filesystem is like that of OS/8 in that files are stored contiguously on the disk.  If a new file does not fit in a 'hole' left by an old deleted file, the files on the disk must be moved together to create a larger area of free space.&lt;br /&gt;
http://www.vaxdungeon.com/&lt;br /&gt;
&lt;br /&gt;
INITIALIZE (format floppy)&lt;br /&gt;
&lt;br /&gt;
=== Device names ===&lt;br /&gt;
(n is the numerical designation of the drive unit)&lt;br /&gt;
*DLn: RL01 disk cartridge&lt;br /&gt;
*DMn: RK06 disk cartridge&lt;br /&gt;
*DPn: RP02 or RP03 disk&lt;br /&gt;
*DSn: RJS03/4 disk&lt;br /&gt;
*DTn: TC11 DECtape&lt;br /&gt;
*DXn: RX01 diskette&lt;br /&gt;
*MMn: TU16 magtape&lt;br /&gt;
*MTn: TU10 or TS03 magtape&lt;br /&gt;
*RFn: RF11 fixed head disk drive&lt;br /&gt;
*RKn: RK05 disk cartridge&lt;br /&gt;
*DDn: TU58 DECtape II&lt;br /&gt;
&lt;br /&gt;
*dk0/dk1/dk2/dk3 are the disks on the boot controller...&lt;br /&gt;
&lt;br /&gt;
dungeon instructions &amp;amp; image.&lt;br /&gt;
http://www.geocities.com/capecanaveral/5517/pdp11.htm&lt;br /&gt;
console floppies http://www.headcrashers.org/comp/rx01/&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
These are a few commands that I've managed to work out, in no particular order.&lt;br /&gt;
&lt;br /&gt;
=== COPY command ===&lt;br /&gt;
The copy command is a little weird in how wildcards work.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
copy dx0:*.* *.*&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Is the best way to copy the disk files into the working disk.....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== DIR command ===&lt;br /&gt;
Just like MS-DOS&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
.DIR&lt;br /&gt;
&lt;br /&gt;
SWAP  .SYS    25  01-Feb-82      RT11BL.SYS    65  01-Feb-82&lt;br /&gt;
RT11SJ.SYS    67  01-Feb-82      RT11FB.SYS    80  01-Feb-82&lt;br /&gt;
TT    .SYS     2  01-Feb-82      DT    .SYS     3  01-Feb-82&lt;br /&gt;
DP    .SYS     3  01-Feb-82      DX    .SYS     3  01-Feb-82&lt;br /&gt;
DY    .SYS     4  01-Feb-82      RF    .SYS     3  01-Feb-82&lt;br /&gt;
RK    .SYS     3  01-Feb-82      DL    .SYS     4  01-Feb-82&lt;br /&gt;
DM    .SYS     5  01-Feb-82      DS    .SYS     3  01-Feb-82&lt;br /&gt;
DD    .SYS     5  01-Feb-82      MT    .SYS     9  01-Feb-82&lt;br /&gt;
MM    .SYS     9  01-Feb-82      MS    .SYS    10  01-Feb-82&lt;br /&gt;
LP    .SYS     2  01-Feb-82      LS    .SYS     2  01-Feb-82&lt;br /&gt;
CR    .SYS     3  01-Feb-82      NL    .SYS     2  01-Feb-82&lt;br /&gt;
PC    .SYS     2  01-Feb-82      PD    .SYS     3  01-Feb-82&lt;br /&gt;
CT    .SYS     6  01-Feb-82      BA    .SYS     7  01-Feb-82&lt;br /&gt;
PIP   .SAV    23  01-Feb-82      DUP   .SAV    41  01-Feb-82&lt;br /&gt;
DIR   .SAV    17  01-Feb-82      FORMAT.SAV    19  01-Feb-82&lt;br /&gt;
SLP   .SAV     9  01-Feb-82      SIPP  .SAV    20  01-Feb-82&lt;br /&gt;
STARTS.COM     1  01-Feb-82      STARTF.COM     1  01-Feb-82&lt;br /&gt;
V4USER.TXT     1  01-Feb-82      CREF  .SAV     6  01-Feb-82&lt;br /&gt;
DUMP  .SAV     8  01-Feb-82      MBOT16.BOT     1  01-Feb-82&lt;br /&gt;
RESORC.SAV    15  01-Feb-82      SYSMAC.SML    42  01-Feb-82&lt;br /&gt;
EDIT  .SAV    19  01-Feb-82      KED   .SAV    60  01-Feb-82&lt;br /&gt;
K52   .SAV    55  01-Feb-82      TECO  .SAV    50  01-Feb-82&lt;br /&gt;
MACRO .SAV    51  01-Feb-82      MAC8K .SAV    56  01-Feb-82&lt;br /&gt;
LINK  .SAV    41  01-Feb-82      LIBR  .SAV    22  01-Feb-82&lt;br /&gt;
FILEX .SAV    18  01-Feb-82      SRCCOM.SAV    13  01-Feb-82&lt;br /&gt;
BINCOM.SAV    10  01-Feb-82      MTHD  .SYS     4  01-Feb-82&lt;br /&gt;
MMHD  .SYS     4  01-Feb-82      MSHD  .SYS     5  01-Feb-82&lt;br /&gt;
PATCH .SAV    10  01-Feb-82      PAT   .SAV     8  01-Feb-82&lt;br /&gt;
HELP  .SAV   107  01-Feb-82      HELP  .EXE     7  01-Feb-82&lt;br /&gt;
HELP  .MLB    98  01-Feb-82      ERROUT.SAV    17  01-Feb-82&lt;br /&gt;
SYSGEN.SAV    39  01-Feb-82      SYSGEN.CND   134  01-Feb-82&lt;br /&gt;
SYSTBL.CND    23  01-Feb-82      DSAVE .DAT    10    -BAD-&lt;br /&gt;
BATCH .SAV    26  01-Feb-82      QUEMAN.SAV    13  01-Feb-82&lt;br /&gt;
QUEUE .REL    14  01-Feb-82      SYSLIB.OBJ    47  01-Feb-82&lt;br /&gt;
MDUP  .SAV    18  01-Feb-82      MDUP  .MM     48  01-Feb-82&lt;br /&gt;
MDUP  .MT     48  01-Feb-82      MDUP  .MS     48  01-Feb-82&lt;br /&gt;
MBOOT .BOT     1  01-Feb-82      MSBOOT.BOT     3  01-Feb-82&lt;br /&gt;
DEMOF1.FOR     2  01-Feb-82      DEMOED.TXT     1  01-Feb-82&lt;br /&gt;
README.TXT    36  01-Feb-82      VT52  .TEC     5  01-Feb-82&lt;br /&gt;
VEG   .TEC     4  01-Feb-82      EDIT  .TEC     1  01-Feb-82&lt;br /&gt;
INSERT.TEC     2  01-Feb-82      LOCAL .TEC     3  01-Feb-82&lt;br /&gt;
SORT  .TEC     3  01-Feb-82      VTEDIT.TEC    32  01-Feb-82&lt;br /&gt;
TECO  .TC     23  01-Feb-82      SEARCH.TEC     3  01-Feb-82&lt;br /&gt;
SQU   .TEC    13  01-Feb-82      TYPE  .TEC    12  01-Feb-82&lt;br /&gt;
TECO  .INI    15  01-Feb-82      ODT   .OBJ     9  01-Feb-82&lt;br /&gt;
VDT   .OBJ     9  01-Feb-82      VTHDLR.OBJ     9  01-Feb-82&lt;br /&gt;
PLOT55.OBJ     3  01-Feb-82      TEST55.FOR     5  01-Feb-82&lt;br /&gt;
GETSTR.FOR     2  01-Feb-82      PUTSTR.FOR     2  01-Feb-82&lt;br /&gt;
DINDX .DAT    20    -BAD-        DUNGEO.SAV   216    -BAD-&lt;br /&gt;
SPEED .SAV     4  01-Feb-82      SYCND .BL      3  01-Feb-82&lt;br /&gt;
SYSTBL.BL      4  01-Feb-82      SYCND .DIS     5  01-Feb-82&lt;br /&gt;
SYCND .HD      5  01-Feb-82      SYSTBL.DIS     4  01-Feb-82&lt;br /&gt;
RTBL  .MAP    16  01-Feb-82      RTSJ  .MAP    16  01-Feb-82&lt;br /&gt;
RTFB  .MAP    23  01-Feb-82      DISMT1.COM     9  01-Feb-82&lt;br /&gt;
DISMT2.COM     8  01-Feb-82      DTEXT .DAT   383    -BAD-&lt;br /&gt;
 110 Files, 2571 Blocks&lt;br /&gt;
 2191 Free blocks&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== type command ===&lt;br /&gt;
The type command will show the contents of a file, just like MS-DOS.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
.TYPE STARTS.COM&lt;br /&gt;
D 56=5015&lt;br /&gt;
TYPE V4USER.TXT&lt;br /&gt;
D 56=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== RUN command ===&lt;br /&gt;
Dungeon for example is executed with RUN.  I think you have to run .sav files.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
.RUN DUNGEO&lt;br /&gt;
Welcome to Dungeon.                     This version created 10-AUG-78.&lt;br /&gt;
You are in an open field west of a big white house with a boarded&lt;br /&gt;
front door.&lt;br /&gt;
There is a small mailbox here.&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== @ command ===&lt;br /&gt;
COM files are like batch scripts, and are executed with the @ infront of them.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
.@STARTS.COM&lt;br /&gt;
&lt;br /&gt;
.D 56=5015&lt;br /&gt;
&lt;br /&gt;
.TYPE V4USER.TXT&lt;br /&gt;
Welcome to RT-11 Version 4. RT-11 V04 provides new hardware support&lt;br /&gt;
and some major enhancements over Version 3B.&lt;br /&gt;
&lt;br /&gt;
Please use the HELP command;  it describes the new options in many&lt;br /&gt;
of the utilities.&lt;br /&gt;
&lt;br /&gt;
If you are using a terminal that requires fill characters,&lt;br /&gt;
modify location 56 with a Deposit command before proceeding with&lt;br /&gt;
system installation. LA36 DECwriter II and VT52 DECscope terminals&lt;br /&gt;
do NOT require such modification.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Squish command ===&lt;br /&gt;
Disks will need to be 'defraged' or compacted with this command.  In some version it'll just be SQU.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
.SQU&lt;br /&gt;
Device? DK0:&lt;br /&gt;
RK0:/Squeeze; Are you sure? Y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SHOW command ===&lt;br /&gt;
This is a very usefull command to show some info about the OS.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
.SHOW&lt;br /&gt;
TT&lt;br /&gt;
RK  (Resident)&lt;br /&gt;
    RK0 = SY , DK&lt;br /&gt;
BA&lt;br /&gt;
PC&lt;br /&gt;
NL&lt;br /&gt;
LP&lt;br /&gt;
MS&lt;br /&gt;
MT&lt;br /&gt;
DM&lt;br /&gt;
DL&lt;br /&gt;
DX&lt;br /&gt;
DP&lt;br /&gt;
4 free slots&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
show configuration&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
You may find the following of interest:&lt;br /&gt;
*[[Installing FORTRAN v2 on RT-11]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Operating Systems]]&lt;br /&gt;
{{stub}}&lt;/div&gt;</summary>
		<author><name>Jtcronin</name></author>	</entry>

	</feed>