<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>PDP11.co.uk &#187; General</title>
	<atom:link href="http://www.pdp11.co.uk/blog/category/rx02/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pdp11.co.uk</link>
	<description>A guide to the preservation and restoration of PDP-11 computers</description>
	<lastBuildDate>Sun, 09 May 2010 08:37:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PDP-11 MUD &#8211; Building the production box</title>
		<link>http://www.pdp11.co.uk/blog/2010/05/09/pdp-11-mud-building-the-production-box/</link>
		<comments>http://www.pdp11.co.uk/blog/2010/05/09/pdp-11-mud-building-the-production-box/#comments</comments>
		<pubDate>Sun, 09 May 2010 08:37:01 +0000</pubDate>
		<dc:creator>Toby Russell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pdp11.co.uk/?p=173</guid>
		<description><![CDATA[Initially I have decided to run the MUD on a microPDP-11/73 running BSD 2.11 Unix.
The chassis was fitted with a 4MB memory card, a third party eight channel DZV-11, a ethernet card and a CMD CQD-220 SCSI controller with a 18GB SCSI disk in an external case.
To get BSD onto the disk, I hooked it [...]]]></description>
			<content:encoded><![CDATA[<p>Initially I have decided to run the MUD on a microPDP-11/73 running BSD 2.11 Unix.</p>
<p>The chassis was fitted with a 4MB memory card, a third party eight channel DZV-11, a ethernet card and a CMD CQD-220 SCSI controller with a 18GB SCSI disk in an external case.</p>
<p>To get BSD onto the disk, I hooked it up to a PC running simh and prepared a suitable disk image.</p>
<p>One problem I encountered was that the standard MSCP driver wasn&#8217;t fully compatible with the CMD CQD-220 controller. To resolve this it is necessary to compile a patched boot block. This can be found here:  <a href="http://www.pdp11.co.uk/files/2010/02/rauboot.s">rauboot.s</a> (<a href="http://www.chdickman.com/pdp11/">original site</a>).</p>
<p>To install, I fired up the disk image I was planning on using in SIMH and performed the following steps:</p>
<ul>
<li>cd /usr/src/sys/mdec/</li>
<li>mv rauboot.s rauboot.s.orig</li>
<li>vi rauboot.s</li>
<li>i (For insert)</li>
<li>pasted in above copy of rauboot.s</li>
<li>after the paste completed, ESC :wq!  (write and quite)</li>
<li>make    (rebuilds the mdec files)</li>
<li>cp rauboot /mdec</li>
<li>dd if=/mdec/rauboot of=/rra0a count=1</li>
</ul>
<p>Once the disk image was prepared and working, the SCSI disk was hooked up to the SIMH box (running under linux) and the &#8216;dd&#8217; command used to copy the disk image onto the disk.</p>
<p>Having done that, the disk was reconnected to the PDP and booted up into BSD 2.11. The ethernet was connected up to my office network (via a AUI transceiver). The /etc/netstart and /etc/hosts files were tweaked to assign the box an IP, subnet and gateway on the local network and /etc/inetd.conf modified to enable the FTP server. The PDP was then rebooted into multiuser mode and the network confirmed to be workin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pdp11.co.uk/blog/2010/05/09/pdp-11-mud-building-the-production-box/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PDP-11 MUD</title>
		<link>http://www.pdp11.co.uk/blog/2010/02/21/pdp-11-mud/</link>
		<comments>http://www.pdp11.co.uk/blog/2010/02/21/pdp-11-mud/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:38:22 +0000</pubDate>
		<dc:creator>Toby Russell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pdp11.co.uk/?p=170</guid>
		<description><![CDATA[I&#8217;ve frequently been questioned as to why I collect old computers and what they actual do. This has traditionally been a hard question to answer although this is equally true of most collecting hobbies (why do people preserve Model-T fords when a modern car does the job so much better!).
However it has left me with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve frequently been questioned as to why I collect old computers and what they actual do. This has traditionally been a hard question to answer although this is equally true of most collecting hobbies (why do people preserve Model-T fords when a modern car does the job so much better!).</p>
<p>However it has left me with a desire to find an interesting practical use for my machines. One of my earliest computing experiences and fondest memories was playing Essex MUD via the JANET network and so I&#8217;ve decided to write a MUD for the PDP-11 and use a mixture of terminals and micros to provide user access and to control non-player characters.</p>
<p>The game will be written in C under BSD 2.11 with DZ11&#8217;s providing shell access. The game itself will run as a single process, non-blocking daemon accessed via sockets. This has the advantage of providing serial and network (using telnet) access to the game.</p>
<p>Initially I will develop the game under SIMH, with a uPDP-11/73 with an RD54 used as the production machine. Ultimately I hope to move it all over to a UNIBUS machine, either an 11/40 or one of my 11/70s, but I&#8217;ll start simple to begin with.</p>
<p>Non player characters will be implemented on BBC micros in BASIC. The BBCs will interact with the PDP via serial.</p>
<p>I expect development to take 2-3 months of evenings and I&#8217;ll report back here regularly on how things are progressing. Once something is working I&#8217;ll put a simh version online for people to play with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pdp11.co.uk/blog/2010/02/21/pdp-11-mud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inventory: My Module Spares</title>
		<link>http://www.pdp11.co.uk/blog/2009/07/17/inventory-my-module-spares/</link>
		<comments>http://www.pdp11.co.uk/blog/2009/07/17/inventory-my-module-spares/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 15:48:48 +0000</pubDate>
		<dc:creator>Toby Russell</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[QBUS]]></category>
		<category><![CDATA[unibus]]></category>

		<guid isPermaLink="false">http://www.pdp11.co.uk/2009/07/17/inventory-my-module-spares/</guid>
		<description><![CDATA[This is a list of spare modules I have in my collection:
G7273 X 10 &#8211; U &#8211; Bus Grant &#38; Non-processor grant
M105 X 8 &#8211; Q -Device selector for PDP-11
M4002 &#8211; U &#8211; KWV11-C Programmable Real-Time Clock
M7390 &#8211; Unknown
M7513 &#8211; Q &#8211; RQDX extender for RQDX1
M7555 X 20 &#8211; Q &#8211; RQDX3 MFM Winchester and [...]]]></description>
			<content:encoded><![CDATA[<p>This is a list of spare modules I have in my collection:</p>
<p>G7273 X 10 &#8211; U &#8211; Bus Grant &amp; Non-processor grant<br />
M105 X 8 &#8211; Q -Device selector for PDP-11<br />
M4002 &#8211; U &#8211; KWV11-C Programmable Real-Time Clock<br />
M7390 &#8211; Unknown<br />
M7513 &#8211; Q &#8211; RQDX extender for RQDX1<br />
M7555 X 20 &#8211; Q &#8211; RQDX3 MFM Winchester and floppy disk controller<br />
M7559 &#8211; Q &#8211; TQK70 TMSCP controller for TK70<br />
M7680 &#8211; ? &#8211; RK05<br />
M780 &#8211; U &#8211; KL11 Teletype transmitter &amp; receiver for KL11, 110 baud<br />
M7800 X 3 &#8211; U &#8211; DL11 Async transmitter &amp; receiver<br />
M7816 &#8211; U &#8211; DQ11-AB Bus selectors and block check<br />
M7820 &#8211; U &#8211; KW11 Interrupt control, 7-bits, 1 per PDP11 peripheral<br />
M7822 &#8211; U &#8211; DU11 Synchronous serial line interface.<br />
M7823 &#8211; U &#8211; KW11-W Watchdog timer module<br />
M7846 X 3 &#8211; U &#8211; RX11 RX01 floppy disk controller<br />
M7860 X 2 &#8211; U &#8211; DR11-C M786+M105+M7821; general device interface to PDP11<br />
M7864 &#8211; U &#8211; DR11-L DR11-L, 2 word unibus input interface<br />
M7946 &#8211; Q &#8211; RXV11 RX01 8&#8243; floppy disk controller<br />
M8020 &#8211; Q &#8211; DPV11-M Single-line serial EIA sync interface<br />
M8300 &#8211; O &#8211; KK8E Major registers<br />
M8310 &#8211; O &#8211; KK8E Major register control<br />
M848 X 2 &#8211; O &#8211; KP8E Power fail and auto-restart<br />
M8554 &#8211; U &#8211; DTE20 (Unibus Interrupt Control) [ KL-10D ]<br />
M8946 &#8211; Unknown<br />
M8951 &#8211; Unknown<br />
M920 &#8211; U &#8211; UNIBUS connector<br />
M930 X 5 &#8211; U &#8211; Bus terminator<br />
M9312 &#8211; U &#8211; Bootstrap terminator<br />
M9396 &#8211; Unknown<br />
M935 X 2 &#8211; OMNIBUS bridge<br />
M981 &#8211; Unknown<br />
M9970 &#8211; U &#8211; M997, H854 Facing Edge</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pdp11.co.uk/blog/2009/07/17/inventory-my-module-spares/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DECWriter III Rebuild</title>
		<link>http://www.pdp11.co.uk/blog/2009/05/11/decwriter-iii-rebuild/</link>
		<comments>http://www.pdp11.co.uk/blog/2009/05/11/decwriter-iii-rebuild/#comments</comments>
		<pubDate>Mon, 11 May 2009 20:00:34 +0000</pubDate>
		<dc:creator>Toby Russell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pdp11.co.uk/?p=148</guid>
		<description><![CDATA[To give a nice period console to my 11&#8217;s I decided to have a crack at rebuilding the DECWriter III that has sat forgotten in the corner of my office for the last few months. The terminal was in a pretty mucky state, so I started with a deep clean using solvent based cleaning fluids. [...]]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" href="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/00001.jpg"><img class="ngg-singlepic ngg-right alignright" src="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/00001.jpg" alt="00001.jpg" width="288" height="216" /></a>To give a nice period console to my 11&#8217;s I decided to have a crack at rebuilding the DECWriter III that has sat forgotten in the corner of my office for the last few months. The terminal was in a pretty mucky state, so I started with a deep clean using solvent based cleaning fluids. This quickly took of the layers of muck that had built up and revealed a very clean terminal.</p>
<p>The lid was then removed and the innards cleaned out. All the sound proofing foam was removed as it had started to turn to mush. A couple of the mounting pillars which hold the lid to the case have sheered off and so these will need to be glued back into place.</p>
<p>With the terminal cleaned, power was cautiously applied and the voltages confirmed to be correct.</p>
<p>Having confirmed the power was ok, paper was loaded and a serial loop back plugged into the serial port and the terminal was powered back on. Typing on the keyboard resulted in activity from the print head although no actual print (the ribbon was dried out). I then help SETUP and T together to put the console into test print mode and the head went into over overdrive and slowly but surely the ribbon started to deliver ink. The print quality is fairly good, although the first row appears to be dead.</p>
<p>Next on the todo list is to fit a new ribbon (I have 4 on the way) and see if I can restore line 1 to life.</p>
<div class="ngg-galleryoverview" id="ngg-gallery-4-148">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.pdp11.co.uk/blog/2009/05/11/decwriter-iii-rebuild/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-22" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/00006.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="00006.jpg" alt="00006.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/thumbs/thumbs_00006.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-23" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/00005.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="00005.jpg" alt="00005.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/thumbs/thumbs_00005.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-24" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/00004.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="00004.jpg" alt="00004.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/thumbs/thumbs_00004.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-25" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/00003.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="00003.jpg" alt="00003.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/thumbs/thumbs_00003.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-26" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/00002.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="00002.jpg" alt="00002.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/thumbs/thumbs_00002.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-27" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/00001.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="00001.jpg" alt="00001.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/decwriter-iii/thumbs/thumbs_00001.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.pdp11.co.uk/blog/2009/05/11/decwriter-iii-rebuild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Arrivals: TC11 + TU56, TU55s and an 11/40</title>
		<link>http://www.pdp11.co.uk/blog/2009/04/07/new-arrivals-tc11-tu56-tu55s-and-an-1140/</link>
		<comments>http://www.pdp11.co.uk/blog/2009/04/07/new-arrivals-tc11-tu56-tu55s-and-an-1140/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:26:07 +0000</pubDate>
		<dc:creator>Toby Russell</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[pdp-11/40]]></category>
		<category><![CDATA[tc11]]></category>
		<category><![CDATA[tu55]]></category>
		<category><![CDATA[tu56]]></category>

		<guid isPermaLink="false">http://www.pdp11.co.uk/?p=138</guid>
		<description><![CDATA[Some highly treasured items have just joined my collection, a TC11 and TU56 together with a further 3 TU55 drives and parts to build up a second 11/40.
I plan to use the TC11 and TU56 on my forthcoming 11/40 rebuild.
]]></description>
			<content:encoded><![CDATA[<p>Some highly treasured items have just joined my collection, a TC11 and TU56 together with a further 3 TU55 drives and parts to build up a second 11/40.</p>
<p>I plan to use the TC11 and TU56 on my forthcoming 11/40 rebuild.</p>
<div id="attachment_139" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pdp11.co.uk/files/2009/04/00028.jpg"><img class="size-medium wp-image-139" src="http://www.pdp11.co.uk/files/2009/04/00028-300x225.jpg" alt="TC11" width="300" height="225" /> </a> <p class="wp-caption-text">TC11</p></div>
<div id="attachment_140" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pdp11.co.uk/files/2009/04/00023.jpg"><img class="size-medium wp-image-140" src="http://www.pdp11.co.uk/files/2009/04/00023-300x225.jpg" alt="TU55" width="300" height="225" /> </a> <p class="wp-caption-text">TU55</p></div>
<div id="attachment_141" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pdp11.co.uk/files/2009/04/00024.jpg"><img class="size-medium wp-image-141" src="http://www.pdp11.co.uk/files/2009/04/00024-300x225.jpg" alt="TU55" width="300" height="225" /> </a> <p class="wp-caption-text">TU55</p></div>
<div id="attachment_142" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pdp11.co.uk/files/2009/04/00025.jpg"><img class="size-medium wp-image-142" src="http://www.pdp11.co.uk/files/2009/04/00025-300x225.jpg" alt="TU55" width="300" height="225" /> </a> <p class="wp-caption-text">TU55</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pdp11.co.uk/blog/2009/04/07/new-arrivals-tc11-tu56-tu55s-and-an-1140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Create a MSCP MAP in RT-11</title>
		<link>http://www.pdp11.co.uk/blog/2009/02/15/howto-create-a-mscp-map-in-rt-11/</link>
		<comments>http://www.pdp11.co.uk/blog/2009/02/15/howto-create-a-mscp-map-in-rt-11/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 07:51:50 +0000</pubDate>
		<dc:creator>Toby Russell</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[MSCP]]></category>
		<category><![CDATA[RT-11]]></category>
		<category><![CDATA[scsi]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.pdp11.co.uk/?p=127</guid>
		<description><![CDATA[RT-11 is restricted to each devices is limited to 32MB of usable space. This is due to the filesystem using a 16-bit field to represent blocks, giving a maximum of 65535 x 512 byte blocks.
For larger MSCP disks, such as RD53, RD54, RA series and third party disks, all is not lost. Within RT-11 a [...]]]></description>
			<content:encoded><![CDATA[<p>RT-11 is restricted to each devices is limited to 32MB of usable space. This is due to the filesystem using a 16-bit field to represent blocks, giving a maximum of 65535 x 512 byte blocks.</p>
<p>For larger MSCP disks, such as RD53, RD54, RA series and third party disks, all is not lost. Within RT-11 a mechanism exists to partition the disk into multiple logical drives allowing you to access the remaining disk space.</p>
<p>To achieve this, issue the commands:</p>
<p>SET DU[id] DEVICE=[unit]<br />
SET DU[id] PART=[part]<br />
SET DU[id] PORT=[port]</p>
<p>Where:</p>
<ul>
<li>id is the numerical number of the DU devices you wish to map onto your device. This is in the range 0-7 on versions of RT-11 prior to 5.4</li>
<li>unit is the unit number of the device you wish to map onto the DU device.</li>
<li>part is the &#8216;partition&#8217; number within the device you wish to map. So PART-0 would be the first 32MB of the disk, PART=1 would be the next 32MB and so on</li>
<li>port is the MSCP device number. If you only have a single MSCP controller on you machine this would be PORT=0</li>
</ul>
<p>So for example, if you have  an RD54 currently on DU0, you could access the remaining space with the commands:</p>
<p>SET DU1 PORT=0<br />
SET DU1 DEVICE=0<br />
SET DU1 PART=1</p>
<p>SET DU2 PORT=0<br />
SET DU2 DEVICE=0<br />
SET DU2 PART=2</p>
<p>SET DU3 PORT=0<br />
SET DU2 DEVICE=0<br />
SET DU2 PART=3</p>
<p>You will now have 4 devices, DU0,1,2,3 each with 32MB of space.</p>
<p>Whilst this is very useful, there is a bit of a sting in the tail in that the DU id range is only 0-7 on all but the most recent versions of RT-11. This limits you to a maximum of 8 32MB devices, which whilst a huge amount of space by PDP-11 standards, still doesn&#8217;t allow you to access all of the space on some of the more modern disks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pdp11.co.uk/blog/2009/02/15/howto-create-a-mscp-map-in-rt-11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOWTO: Create Logical Disks under RT-11</title>
		<link>http://www.pdp11.co.uk/blog/2009/02/13/howto-create-logical-disks-under-rt-11/</link>
		<comments>http://www.pdp11.co.uk/blog/2009/02/13/howto-create-logical-disks-under-rt-11/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 18:00:08 +0000</pubDate>
		<dc:creator>Toby Russell</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[logical disks]]></category>
		<category><![CDATA[RT-11]]></category>

		<guid isPermaLink="false">http://www.pdp11.co.uk/?p=125</guid>
		<description><![CDATA[Logical disks are a convenient way of getting round the lack of a directory structure in RT-11. A logical disk is a file which can be mounted as a virtual storage device.
To make a logical disk:

Create an empty file to act as your logical disk:
CREATE [filename]/ALLOCATE:[number of blocks]
For example:
CREATE GAMES.DSK/ALLOCATE:500
Mount the file as a logic [...]]]></description>
			<content:encoded><![CDATA[<p>Logical disks are a convenient way of getting round the lack of a directory structure in RT-11. A logical disk is a file which can be mounted as a virtual storage device.</p>
<p>To make a logical disk:</p>
<ol>
<li>Create an empty file to act as your logical disk:
<p>CREATE [filename]/ALLOCATE:[number of blocks]</p>
<p>For example:<br />
CREATE GAMES.DSK/ALLOCATE:500</li>
<li>Mount the file as a logic disk:
<p>MOUNT LD[number]: [filename]</p>
<p>For example:<br />
MOUNT LD0: GAMES.DSK</li>
<li>Initialize the new logical disk:
<p>INITIALIZE LD[number]:</p>
<p>For example:<br />
INITIALIZE LD0:</li>
<li>You should now have a working logical disk. Try typing DIR LD[number]: to confirm. You can now subsequently remount this disk at any time using the MOUNT command from step 2.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pdp11.co.uk/blog/2009/02/13/howto-create-logical-disks-under-rt-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The collection gets a new home</title>
		<link>http://www.pdp11.co.uk/blog/2009/01/30/the-collection-gets-a-new-home/</link>
		<comments>http://www.pdp11.co.uk/blog/2009/01/30/the-collection-gets-a-new-home/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:14:35 +0000</pubDate>
		<dc:creator>Toby Russell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pdp11.co.uk/?p=110</guid>
		<description><![CDATA[My collection finally gets a new home. Having spent the last 3 years in hibernation in a local barn, I have moved everything into a spare office.]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" href="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00002.jpg"><img class="ngg-singlepic ngg-right alignright" src="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00002.jpg" alt="00002.jpg" width="336" height="252" /></a>For the last couple of years my collection of old computers has had to be stored in a barn (thankfully a dry one). Now my children are finally starting to grow up (they are now 5 and 3) and my business is running smoothly, I can finally turn my attentions back to my beloved old iron.</p>
<p>I&#8217;ve therefore taken the plunge and set aside a spare room I have at my office to housing the collection. The challenge now is to move everything over (and there is a lot) and start to catalogue the contents of the numerous boxes of parts I&#8217;ve accumlated over the last few years.</p>
<p>My aims for the new home are to:</p>
<ul>
<li>Provide room for 8 racks work of equipment</li>
<li>Have two desks, one for repair/renovation work and another to house terminals for accessing the machines</li>
<li>Have racking sufficient to store all of my spare parts and <a id="hc_highlight" class="hc_highlight" href="http://www.conrad.de/Computer-Buero/software_paket.sap">software</a> media.</li>
<li>Keep it all neat and tidy!</li>
</ul>
<p>The rooms is roughly 300 sqr ft so fitting in the 8 racks shouldn&#8217;t be a problem. I&#8217;ve decided to place a row of 4 against the back wall with no rear access and a further row of 4 in the main body of the room . I suspect I will come to regret the lack of rear access on the first row but the room is too small to allow it. The saving grace should be that the racks are all on casters and so I can wheel them out to gain rear access when needed.</p>
<p>The storage racking is heavy duty racking that I purchased from Big Dug (http://www.bigdug.co.uk)<br />
. I&#8217;m a big fan of their racking having previously used it to store large Dell servers used by my business. Their budget shelving units can take between up to 150kg per shelf, are easy to assemble (boltless), and are a great price. Blows away anything you can get from the local DIY store.</p>
<p>I retrieved all of the machines and parts from my barn in a LWB Transit. To save my back from taking too much damage, I got hold of a set of ramps from my neighbours business (http://www.rampco.co.uk). These proved invaluable as racks could be simply pushed up the ramps straight onto the van. Previously I have had to tilt the racks over and slide them onto the van which leads to damage to the myself and the machines.</p>
<p>Once everything was transported to its new home, I sorted all the loosely defined boxes of parts. This was a most satisfying process as to be frank I had no idea of what I actually had and lots of exciting goodies turned up.</p>
<p>So now its all in its new home and sorted, I have no excuse any more to put of restoring everything to working order.</p>
<div class="ngg-galleryoverview" id="ngg-gallery-2-110">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.pdp11.co.uk/blog/2009/01/30/the-collection-gets-a-new-home/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00009.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="00009.jpg" alt="00009.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/thumbs/thumbs_00009.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00008.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="00008.jpg" alt="00008.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/thumbs/thumbs_00008.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00007.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="00007.jpg" alt="00007.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/thumbs/thumbs_00007.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00006.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="00006.jpg" alt="00006.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/thumbs/thumbs_00006.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00005.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="00005.jpg" alt="00005.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/thumbs/thumbs_00005.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00004.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="00004.jpg" alt="00004.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/thumbs/thumbs_00004.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00003.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="00003.jpg" alt="00003.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/thumbs/thumbs_00003.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00001.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="00001.jpg" alt="00001.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/thumbs/thumbs_00001.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/00002.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="00002.jpg" alt="00002.jpg" src="http://www.pdp11.co.uk/wp-content/gallery/moving-to-a-new-home/thumbs/thumbs_00002.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.pdp11.co.uk/blog/2009/01/30/the-collection-gets-a-new-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 11/05 returns to life</title>
		<link>http://www.pdp11.co.uk/blog/2009/01/30/the-1105-returns-to-life/</link>
		<comments>http://www.pdp11.co.uk/blog/2009/01/30/the-1105-returns-to-life/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:17:07 +0000</pubDate>
		<dc:creator>Toby Russell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pdp11.co.uk/?p=106</guid>
		<description><![CDATA[Over the last few days I&#8217;ve returned one of my PDP-11/05s to life.
These are the steps I went through to get it back to the land of the living.
A general clean of the interior which had become full of the remains of its foam sound insulation. I removed this with a combination of gentle brushing, [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few days I&#8217;ve returned one of my PDP-11/05s to life.</p>
<p>These are the steps I went through to get it back to the land of the living.</p>
<p>A general clean of the interior which had become full of the remains of its foam sound insulation. I removed this with a combination of gentle brushing, a vacuum cleaner and an air gun.</p>
<p>As the machine had been powered successfully within the last few years I decided to take the risk of not reforming the capacitors and powered it up. Thankfully this paid off and the machine sprang back into life.</p>
<p>Fairly quickly it became obvious that neither of the fans were in particuarly good shape, one being completely stalled and giving of a loud electrical hum and the other requiring jump starting with a pencils to get going. I removed both of these and replaced them with spares I had lying around. I intent to replace these with some brand new ones from Farnell</p>
<p>Now when powered up, all sounds well. I checked voltage levels with a multimeter and everything was spot on.</p>
<p>Next up I confirmed that memory was working by depositing all 0&#8217;s and all 1&#8217;s into various memory locations and read them back to confirm all was as it should be.</p>
<p>Having confirmed the memory was correctly functioning, I toggled in a test program to output a stream of characters to the console, hooked up a terminal and hit run. A stream of characters flowed onto the terminal screen confirming that the CPU was correctly operating.</p>
<p>Next up will be to hook up an RX01 and boot into RT-11.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pdp11.co.uk/blog/2009/01/30/the-1105-returns-to-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inventory: 3rd party QBUS cards</title>
		<link>http://www.pdp11.co.uk/blog/2008/12/10/inventory-3rd-party-qbus-cards/</link>
		<comments>http://www.pdp11.co.uk/blog/2008/12/10/inventory-3rd-party-qbus-cards/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 18:07:19 +0000</pubDate>
		<dc:creator>Toby Russell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pdp11.co.uk/?p=100</guid>
		<description><![CDATA[I have the following 3rd part QBUS controllers:

Emulex QT13 &#8211; Tape controller
Emulex QD21 (4 off) &#8211; ESDI disk controller &#8211; Emulates MSCP
Emulex QD32 &#8211; SMB-E controller &#8211; Emulates MSCP
Emulex CS09 &#8211; 16 port serial &#8211; emulates DHV11
Emulex SC03 &#8211; SMD controller &#8211; emulates RM11/RM03
Emulex TC02 &#8211; Tape controller (Pertec) emulates TS11
Emulex CS02 &#8211; 16 line [...]]]></description>
			<content:encoded><![CDATA[<p>I have the following 3rd part QBUS controllers:</p>
<ul>
<li>Emulex QT13 &#8211; Tape controller</li>
<li>Emulex QD21 (4 off) &#8211; ESDI disk controller &#8211; Emulates MSCP</li>
<li>Emulex QD32 &#8211; SMB-E controller &#8211; Emulates MSCP</li>
<li>Emulex CS09 &#8211; 16 port serial &#8211; emulates DHV11</li>
<li>Emulex SC03 &#8211; SMD controller &#8211; emulates RM11/RM03</li>
<li>Emulex TC02 &#8211; Tape controller (Pertec) emulates TS11</li>
<li>Emulex CS02 &#8211; 16 line RS422 controller &#8211; emulates DHV11</li>
<li>Spectra Logic 15/25 &#8211; SMB controller</li>
<li>Dilog DQ3256 &#8211; SMB controller</li>
<li>Dilog DQ130 &#8211; Pertec tape (TS11 emulation)</li>
<li>Dilog DQ132 &#8211; Pertec tape (TS11 emulation)</li>
<li>Dilog DQ142 &#8211; Pertec tape (TS11 emulation)</li>
<li>SCD-RQD11/EC &#8211; Unknown poss ESDI</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pdp11.co.uk/blog/2008/12/10/inventory-3rd-party-qbus-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

