<?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/"
	>

<channel>
	<title>Toni Westbrook dot Com &#187; RetroComputing</title>
	<atom:link href="http://www.toniwestbrook.com/archives/category/retro/feed" rel="self" type="application/rss+xml" />
	<link>http://www.toniwestbrook.com</link>
	<description>Sharing Software Development Knowledge With You</description>
	<lastBuildDate>Mon, 06 Sep 2010 01:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Network Any Vintage Computer! (Kind Of)</title>
		<link>http://www.toniwestbrook.com/archives/148</link>
		<comments>http://www.toniwestbrook.com/archives/148#comments</comments>
		<pubDate>Fri, 03 Jul 2009 08:11:28 +0000</pubDate>
		<dc:creator>Toni</dc:creator>
				<category><![CDATA[RetroComputing]]></category>

		<guid isPermaLink="false">http://www.toniwestbrook.com/archives/148</guid>
		<description><![CDATA[The idea of computers communicating with each other has fascinated me from the very beginning. When I was little, the world of networking was a &#8220;mysterious&#8221; one, as I didn&#8217;t own a modem until I was 12 and had only experienced the idea of computers talking to each other from TV and movies (read: War [...]]]></description>
			<content:encoded><![CDATA[<p>The idea of computers communicating with each other has fascinated me from the very beginning.  When I was little, the world of networking was a &#8220;mysterious&#8221; one, as I didn&#8217;t own a modem until I was 12 and had only experienced the idea of computers talking to each other from TV and movies (read: War Games).  When I finally did get my first 2400bps, I got huge into BBSes and ran my own (Pig Pen Forever!), learned everything I could about serial communication and modems.  Then when I was older and had access to equipment, I got into Ethernet, TCP/IP, and the wonderful world of modern day networking.  But it always goes back to that magic of seeing something pop-up on your screen that didn&#8217;t originate from the local machine &#8211; it came from somewhere else, either another computer in the room, or half way across the world.  </p>
<p><a href='http://www.toniwestbrook.com/wp-content/uploads/2009/07/iigs.jpg' title='PortServer - Example'><img src='http://www.toniwestbrook.com/wp-content/uploads/2009/07/iigs.jpg' alt='PortServer - Example'  align=right style="width:260px; margin-left:15px" /></a>Because of this, a favorite activity of mine is connecting my vintage machines up in one way or another so they can share data and download programs from the rest of my network.  These connections range from a sophisticated TCP/IP stack over Ethernet on my Amiga 4000, to a simpler TCP/IP over PPP over serial on my Apple IIGS, to a very simple Kermit over serial on my Osborne-1.  </p>
<p><b> The Problem With This </b></p>
<p>With the exception of the Amiga which actually makes use of Ethernet, there are a few issues with this setup &#8211; all of which originate from these links being RS-232 serial.</p>
<ol>
<li>RS-232 is physically point to point, each end needs a dedicated serial port for that connection.</li>
<li>RS-232 is also logically point to point, a device can only directly communicate with the device on the other end of the serial link.</li>
<li>Assuming the computers are DTE devices, a crossover adapter (null modem) needs to be used on the serial connection to flip the send/receive pins.</li>
<li>Serial cables tend to be bulky and expensive, especially when you add in gender changers and null modems.  Add a few of them and you have cables everywhere.</li>
</ol>
<p><b> A Neat Solution </b></p>
<p>While the best way to tackle this situation is obtain a native Ethernet network card/adapter for the machine in question, this can be difficult, expensive, or impossible in many cases since for many of the lesser known vintage machines, network cards were simply never made, and there isn&#8217;t enough of a community to build one.  Luckily though, most vintage machines tend to have serial port &#8211; wouldn&#8217;t it be great if we could convert that serial port into an Ethernet port?  Or even better, include a range of network oriented services integrated into that network port?</p>
<p><b> Enter the Digi PortServer </b></p>
<p><a href='http://www.toniwestbrook.com/wp-content/uploads/2009/07/digi_portserver_ts_2_mei.jpg' title='PortServer - Photo'><img src='http://www.toniwestbrook.com/wp-content/uploads/2009/07/digi_portserver_ts_2_mei.jpg' alt='PortServer - Photo' align="left"style="margin-right:15px" /></a>For the record, I&#8217;ll say that I have no affiliation with Digi, I just think they have a really cool product and wanted to share it.  Digi produces a line of hardware devices known as the &#8220;PortServer&#8221; which basically converts a serial port into a network port.  What&#8217;s better, it can combine multiple serial ports onto a single network connection, so 8 machines can be plugged in over a serial link, which connect to the network via the PortServer only using a single network cable.  More importantly, the PortServer supports the following to make networking vintage machines a reality:</p>
<ol>
<li>Virtual COM/TTY ports &#8211; Digi provides drivers that create a virtual COM port on your Windows box (or TTY on your Linux box) which transparently connects over a network to a PortServer serial port.  So you can be two countries away, but as far as Windows, your software, and the software sitting on your vintage machine is concerned, you are connected over a hard serial link.  This is great for applications made for serial communication that need a com port.</li>
<li>Outgoing TCP connections &#8211; The PortServer can be set to automatically connect to an IP and port when serial traffic originates on the vintage computer &#8211; e.g. when I open my terminal up on my Apple IIGS, the port server will automatically connect the serial port to a telnet session on my Linux box, or on my favorite BBS.</li>
<li>Incoming TCP connections &#8211; The PortServer can listen for connections made on a specific port, and then connect that traffic to the vintage computer &#8211; e.g. I can telnet to port 2002 on my PortServer from my Linux box, and it will connect me to the serial port of my Osborne 1. Now you can access your vintage machine from at work!</li>
<li>Modem Emulation &#8211; The Port Server can emulate a Hayes compatible modem, while passing traffic via TCP &#8211; which means you can run your favorite old BBS like new over telnet without fear of strange compatibility issues or rewriting any code.</li>
<li>PPP &#8211; The PortServer supports the PPP protocol, which means if you have a machine capable of speaking PPP (such as an Apple IIGS running Marinetti), your PortServer can take care of handling the PPP traffic.  There are configuration options for IP address assignment and negotiation attributes in the PortServer setup.</li>
<li>Chat Mode &#8211; The PortServer can also combine multiple sessions together at once, so more than one computer can be connected to your vintage machine at the same time.  This can be a good way to monitor traffic or create a shared environment for 2+ person communication.</li>
<li>Lots more &#8211; The PortServer also has options for serial printers, industrial applications, power over serial, remote waking, wireless, users and security &#8211; the list goes on and on.</li>
</ol>
<p>I had known that serial IP extenders existed, but when I finally picked up one of the Digi boxes, I was truly amazed by how many options the firmware provides &#8211; it&#8217;s really impressive.  </p>
<p><center><a href='http://www.toniwestbrook.com/wp-content/uploads/2009/07/digi-wireless.jpg' title='PortServer - Wireless'><img src='http://www.toniwestbrook.com/wp-content/uploads/2009/07/digi-wireless.jpg' alt='PortServer - Wireless' style="width:200px" /></a><br />
<i> A 4 port wireless Digi PortServer</i></center></p>
<p><b> It&#8217;s Not All Roses </b></p>
<p>There are a few issues though:</p>
<ol>
<li> Latency &#8211; since the data is being converted from a hardwired RS-232 to packet based back to RS-232, there is definitely an increase in latency, and issues with the network can mean lost or slow data, which isn&#8217;t a problem for a direct, hardwired link.</li>
<li> RJ-45 Ports &#8211; The PortServers don&#8217;t have DB-9 ports, rather RJ-45 ports akin to Cisco or other networking equipment console ports.  They understandably do this so any range of converter cables can be used with a wide variety of ends, but in most cases you&#8217;ll just want a DB-9.  I ordered a two port PortServer and it came with a single RJ-45->DB-9 cable, so I&#8217;ll need to get/build another if I want to use the other serial port on the box simultaneously.</li>
<li> Price &#8211; They can get a bit expensive.  A two porter can go anywhere from $250-$340 depending on the options it&#8217;s equipped with.  Also available are 4 port, 8 port, and 16 serial port models, the latter which gets close to $1200.  However, depending on how many machines you actively would like &#8220;networked&#8221;, 2-4 would probably suit most peoples&#8217; needs &#8211; I know I&#8217;ll be fine with 2.</li>
</ol>
<p><b> The Sky&#8217;s the Limit </b></p>
<p>I&#8217;ve only had mine hooked up for the last few hours, and already I&#8217;m thinking about a dozen uses for this thing.  And while it isn&#8217;t a miracle product for anything modern that features a network jack &#8211; it is an amazing buddy for vintage computers in need of network communication.  </p>
<p>Well, I&#8217;m off to surf some BBSes on my Osborne-1!  </p>
<p><a href="http://www.digi.com">Digi Official Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toniwestbrook.com/archives/148/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Retro Computing Podcast</title>
		<link>http://www.toniwestbrook.com/archives/123</link>
		<comments>http://www.toniwestbrook.com/archives/123#comments</comments>
		<pubDate>Wed, 31 Dec 2008 05:18:50 +0000</pubDate>
		<dc:creator>Toni</dc:creator>
				<category><![CDATA[RetroComputing]]></category>

		<guid isPermaLink="false">http://www.toniwestbrook.com/archives/123</guid>
		<description><![CDATA[As is painfully apparent by my projects/blog posts/hobbies, I&#8217;m a huge retro computing fan. As such, I find it interesting to hear about others&#8217; experiences with retro hardware &#8211; what they have in their collection, forgotten tidbits about these computers, things currently going on in the community, etc. A fantastic podcast I&#8217;ve been listening to [...]]]></description>
			<content:encoded><![CDATA[<p>As is painfully apparent by my projects/blog posts/hobbies, I&#8217;m a huge retro computing fan.  As such, I find it interesting to hear about others&#8217; experiences with retro hardware &#8211; what they have in their collection, forgotten tidbits about these computers, things currently going on in the community, etc.  </p>
<p>A fantastic podcast I&#8217;ve been listening to for a couple months now and really digging is <a href="http://retrobits.libsyn.com">The Retrobits Podcast</a>.</p>
<p>There have been 116 shows or so, all covering a variety of different machines and topics.  If you&#8217;re a classic computer fan like me, you should check it out &#8211; the host, Earl Evans, seems like a nice guy and does a good job with presenting the info in a clear and entertaining manner.  Plus he&#8217;s a Commodore fan so bonus points there.  </p>
<p>So load up your iPod or Smart Phone and give it a listen on your way into work, it definitely makes my morning commute more enjoyable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toniwestbrook.com/archives/123/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up an IRIX Cluster</title>
		<link>http://www.toniwestbrook.com/archives/87</link>
		<comments>http://www.toniwestbrook.com/archives/87#comments</comments>
		<pubDate>Sun, 19 Oct 2008 05:28:21 +0000</pubDate>
		<dc:creator>Toni</dc:creator>
				<category><![CDATA[RetroComputing]]></category>

		<guid isPermaLink="false">http://www.toniwestbrook.com/archives/87</guid>
		<description><![CDATA[In my quest to collect a massive number of vintage and non-x86 machines, I recently picked up two Silicon Graphics workstations. I was pretty excited about this &#8211; as a teenager I had always been in awe of SGI and the amazing 3D their machines pumped out. As the originators of OpenGL and creators of [...]]]></description>
			<content:encoded><![CDATA[<p>In my quest to collect a massive number of vintage and non-x86 machines, I recently picked up two Silicon Graphics workstations.  I was pretty excited about this &#8211; as a teenager I had always been in awe of SGI and the amazing 3D their machines pumped out.  As the originators of OpenGL and creators of some of today&#8217;s fastest supercomputers, SGI is one impressive organization.</p>
<p><b>The Operating System</b></p>
<p>One of the cool things about SGI stations besides their fast as hell (at the time) MIPS RISC processors is their operating system, IRIX.  IRIX is a UNIX designed for the MIPS line and an X custom tailored to the SGI graphics chipset. </p>
<p><a href='http://www.toniwestbrook.com/wp-content/uploads/2008/10/sgi.jpg' title='SGI Screenshot'><img style="width:100%"  src='http://www.toniwestbrook.com/wp-content/uploads/2008/10/sgi.jpg' alt='SGI Screenshot' /></a><br />
<i>Photo of IRIX screen running a demo, GIMP, and a terminal</i></p>
<p>Another great feature of IRIX is built in clustering using array services.  Like all clustering, this allows you share the processing power and memory of multiple IRIX workstations to accomplish tasks more quickly.  Being an older OS, I was nervous the process would be difficult, but it wasn&#8217;t bad at all.</p>
<p>The following is what I did to create my &#8220;Excelsis&#8221; cluster, consisting of my two SGI workstations, Metatron and Gabriel:</p>
<ol>
<li><b>Install Array Services</b> &#8211; array services can be found on the operating system disks that come with your workstation.</li>
<li><b>Configure Your Array</b> &#8211; IRIX comes with an arrayconfig script to generate the array configuration file, but chances are you&#8217;ll need to tweak it anyway, I find it easier to simply create the file in its entirety.  The configuration file can be found at &#8220;/usr/lib/array/arrayd.conf&#8221;.
<p>Each array this machine participates in must be defined in this file.  The first is normally an array labeled &#8220;me&#8221; which consists only of the localhost.  Any further arrays require a name, plus a list of all machines in the array, which each need their own label and IP address or address to contact them at.</p>
<pre>
array me
     machine localhost

array excelsis
     machine metatron
          hostname "192.168.0.15"
     machine gabriel
          hostname "192.168.0.16"
</pre>
<p>According to the documentation, quotations are necessary for hostname.  As can be seen, I have defined an array called &#8220;excelsis&#8221;, with two machines, one named &#8220;metatron&#8221; and one named &#8220;gabriel&#8221;.  I then specified the IP address of each machine.</p>
<p>The default arrayd.conf file will define a number of array commands that can be run from the terminal.  These are all well known UNIX commands such as top, ps, and who, only they can be run on the array as a whole, as opposed to just the local machine.  E.g., running &#8220;array who&#8221; would list all users logged into the array (i.e. any machine connected to the array).  Leave these commands where they are and jump to the end of the config file.</p>
<p>The end of the configuration file contains a &#8220;local&#8221; identifier that contains settings and defaults for array services running on the machine, such as the port array services listens on and the default array for array commands (remember, your machine can participate in more than 1 array.  If you run an array command without specifying an array, it will default to the one specified here).  You&#8217;ll want to change &#8220;destination array&#8221; to be the name of your default array.  In my case, I changed it to &#8220;excelsis&#8221;.  That&#8217;s it for this file!
</li>
<li><b>Configure Array Security</b> &#8211; By default, your array will be configured to not allow connections from remote machines.  This allows messages to be passed via MPI between programs running on your machine, but doesn&#8217;t allow for clustering.  Edit the &#8220;/usr/lib/array/arrayd.auth&#8221; file, and you should see &#8220;AUTHENTICATION NOREMOTE&#8221;.  You&#8217;ll want to change this to &#8220;AUTHENTICATION NONE&#8221; if you want any machine to be able to connect to your array (not secure, but may not be an issue if you&#8217;re running behind a firewall), or &#8220;AUTHENTICATION SIMPLE&#8221; if you&#8217;d like to setup private keys for each machine.  If you go the simple authentication route, you&#8217;ll need to specify &#8220;HOSTNAME machine1.domain.com KEY 0&#215;3817382771948&#8243; where machine1.domain.com is the address of the machine, and the hex string following KEY is the private key.  You&#8217;ll need to specify this for all machines.  These keys must match per machine on all machines in the array.</li>
<li><b>Autostart Array Services</b> &#8211; Now that you have your array services configured, you can tell IRIX to start it on bootup by enabling it in chkconfig.  If you aren&#8217;t familiar with chkconfig, it is a special utility that configures whether various daemons should autostart at bootup or not.  You can see a list of which daemons are currently set to start by running &#8220;chkconfig&#8221; with no arguments.  To autostart array services, type &#8220;chkconfig array on&#8221;.</li>
<li><b>Rinse, Repeat</b> &#8211; You&#8217;ll need perform the above steps on every machine participating in the array.  Assuming you have NFS starting before your array, I don&#8217;t see any reason why these configurations couldn&#8217;t be symbolically linked to one central configuration, but if you ever wanted machine specific settings you&#8217;d be out of luck.  I simply edited the files on both my SGI workstations.</li>
</ol>
<p>At this point, you can run an &#8220;array who&#8221; to see all people logged into your array and &#8220;array ps&#8221; to see all processes running on all your clustered machines.  The fun really begins for programmers at this point, as you can make use of the MPI libraries to share tasks across multiple nodes in your cluster for parallel processing.  </p>
<p>While IRIX is on its way out and the chances of needing to setup a cluster is slim, it can be a fun little project if you have a few SGIs kicking around.  It would also be interesting to see the compatibility of passing MPI messages between IRIX and non-IRIX clusters.  A project for another day!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toniwestbrook.com/archives/87/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Transferring files to the Osborne 1</title>
		<link>http://www.toniwestbrook.com/archives/80</link>
		<comments>http://www.toniwestbrook.com/archives/80#comments</comments>
		<pubDate>Fri, 17 Oct 2008 03:29:43 +0000</pubDate>
		<dc:creator>Toni</dc:creator>
				<category><![CDATA[RetroComputing]]></category>

		<guid isPermaLink="false">http://www.toniwestbrook.com/archives/80</guid>
		<description><![CDATA[As any of my friends could tell you, I&#8217;m pretty big into collecting vintage computers. It costs me $70/month in storage fees, but I am just completely drawn to some of the awesome technical creativity that went into early machines before standardization took hold of the market. Mixed with the nostalgia, closeness to the hardware, [...]]]></description>
			<content:encoded><![CDATA[<p>As any of my friends could tell you, I&#8217;m pretty big into collecting vintage computers.  It costs me $70/month in storage fees, but I am just completely drawn to some of the awesome technical creativity that went into early machines before standardization took hold of the market.  Mixed with the nostalgia, closeness to the hardware, and challenge of using something less than user-friendly, these old machines are great.  In particular, I&#8217;m a big fan of the early portables, or luggables to be more realistic.  </p>
<p>One fantastic machine that I&#8217;m lucky to have 3 of is the Osborne 1.  </p>
<p><a href='http://www.toniwestbrook.com/wp-content/uploads/2008/10/osborne1.jpg' title='Osborne 1'><img style="width:100%" src='http://www.toniwestbrook.com/wp-content/uploads/2008/10/osborne1.jpg' alt='Osborne 1' /></a></p>
<p>It&#8217;s a pretty sweet machine, running a Z-80 processor, 64K RAM, dual 5 1/4 floppies, a monochrome 5&#8243; screen (love this, its absolutely tiny compared to the machine), modem port, serial port, battery port, parallel port, all folding into a suitcase.</p>
<p>If you&#8217;re lucky enough to get the original software pack, it actually comes with the a good amount of applications, including it&#8217;s OS CP/M (the precursor to DOS), Wordstar, Supercalc, CBASIC, MBASIC, and dBase II.  However, I personally love vintage machines for their games and getting them connected to other computers.  The machine sports a DB-25 serial port at 1200 bps, and I knew I could transfer the modest sized library of CP/M software that can still be found on the net over the serial link.  I had no terminal software though, so I did some research and came up with the following after a long struggle (please leave a comment if you have any better info or corrections):</p>
<p><b>Transferring Files to the Osborne 1</b></p>
<ol>
<li><b>Use the DB-25 port</b> &#8211; The machine has two serial interfaces, a DB-9 and a DB-25.  There is not a lot of documentation out there regarding the difference, but from what I&#8217;ve gathered, the DB-9 is not a standard RS-232 serial port, but a TTL serial port specifically designed for use with the Osborne modem (that fit snuggling in the storage bay under the left disk drive).  While I&#8217;m sure it&#8217;s possible to build or use a UART to convert TTL to RS-232, it&#8217;s easier to use the DB-25, which is indeed an RS-232 port. </li>
<li><b>Do not use a null modem</b> &#8211; One of the first things I kept running into was once I managed to find a way to transmit data (see below), my remote computer (my primary Debian box) got absolutely nothing over the line.  Not garbled characters from a mismatch in speed, just absolutely nothing.  I thought maybe my port was bad, so I tried a new Osborne hooked to another machine (even with a new cable), and still nothing.  Of course, normally you would use a null modem to switch the send/receive pins when connecting a computer to another computer over serial link, which I was doing.  It turns out that the Osborne serial port was probably designed to be used as a terminal, and hence it already does the crossover.  I had to directly connect my serial cable from one computer to another, with no null modem, for it to work.</li>
<li><b>Set the serial speed</b> &#8211; Depending on what revision of the Osborne 1 you have, it will either have a default speed of 300 or 1200 bps.  1200 is slow enough, so you definitely want to make sure it isn&#8217;t set at 300 bps.  The CP/M disk will contain a &#8220;setup.com&#8221; program that you can run to configure various settings, including serial speed.  Make sure 1200 is selected.</li>
<li><b>Use PIP to initially transfer files</b> &#8211; PIP is a fantastic utility included with CP/M that allows data to be moved from one device to another &#8211; devices being both files or physical interfaces.  With PIP, we can instruct the Osborne to dump a text file from a remote computer to a local file.  While PIP has no error correction and is not designed to be a full terminal, it does get the job of initially getting a terminal program onto the machine.  Usage consists of &#8220;PIP &lt;target&gt;=&lt;source&gt;&#8221;.  So you could use it to copy a file from drive B to drive A, &#8220;PIP A:FILE.TXT=B:FILE.TXT&#8221;, or from the serial port to a file, &#8220;PIP B:FILE.TXT=RDR:&#8221;.  RDR (short for reader, as in paper tape reader, oh the historical goodness in that one) is the device name for the serial port.</li>
<li><b>Get the Kermit assembly modules (in hex) onto the machine</b> &#8211; This part I gathered from instructions on <a href="http://www.z80.eu/kermit.html">z80.eu</a> and using files from <a href="http://www.columbia.edu/kermit/cpm.html">Columbia University&#8217;s Kermit Page</a>.  Columbia University has a huge archive of versions of Kermit for different computers, including CP/M machines.  These consist of two files &#8211; the base Kermit module, and then a small module that is specific to the machine.  In particular, <a href='http://www.toniwestbrook.com/wp-content/uploads/2008/10/cpsker.hex'>cpsker.hex</a> (the main kermit module), and <a href='http://www.toniwestbrook.com/wp-content/uploads/2008/10/cpvosb.hex' title='Kermit Osborne 1 Specific Module'>cpvosb.hex</a> (the Osborne 1 specific code).  These previous links are copies I made of these files in case you can&#8217;t reach Columbia&#8217;s site for whatever reason.  Start by instructing PIP to save data from the serial port to a file, e.g. &#8220;PIP B:CPVOSB.HEX=RDR:&#8221;, then dump the contents of this file on the remote computer to the serial port.  After the transfer, you will have a good copy of cpvosb.hex on your Osborne (you may have to control-d, control-c, or control-z to end the transfer if the Osborne does not quit out automatically, sometimes it worked for me and sometimes it didn&#8217;t).  The larger, main kermit module is a little more tricky.</li>
<li><b>Get the main Kermit assembly module</b> &#8211; Unfortunately, the main module is a little more tricky as its bigger than PIP&#8217;s buffer, so it must write a portion of the file to disk during transfer (as opposed to the entire thing at the end).  The problem is, PIP has no error correction, and when it goes to use the disk drive, you WILL lose part of the file being transferred.  The transfer takes a while anyway, so having to restart because of corruption is a giant pain.  Since these hex files are simply text files, I split the file into 4 parts to decrease the chance of file corruption (and decrease the time I&#8217;d have to wait for each one if I had to retransmit).  After splitting them into 4 parts, I followed the same procedure as in step 5 for each file.  Once they were all on the machine, I cleaned up any extra line feeds introduced by the transfer with ED (ed is so non-intuitive it makes vi look like MS Word &#8211; reference for its use can be found <a href="http://www.iso.port.ac.uk/~mike/interests/chistory/documents/cpm-22-manual/ch2.html">here</a>), then concatenated the files together with PIP (PIP full.txt=file1.txt,file2.txt,file3.txt,file4.txt).  I then had both the kermit and machine module.</li>
<li><b>Compile Kermit</b> &#8211; Luckily, CP/M comes with both ASM and DDT on disk that allow compiling and linking source files.  We will use DDT to link these two modules together.  The following blurb is from the Columbia page with a few comments from me:
<pre>

          ddt cpsker.hex <--- At the command line, DDT your base module

          NEXT  PC
          3500 0100
          -cpvosb.hex  <--- insert the machine dependent module
          -r
          NEXT  PC
          xxxx 0000
          -^C  <---- control-c

          A>save dd kerm411.com  <---- executable file to create

      "The page count ("dd") used in the SAVE command is calculated from
      the last address ("xxxx") given by DDT in response to the R command:
      drop the last two digits and add 1 if they were not zero, then
      convert from hexadecimal (base 16) to decimal (base 10): 684F
      becomes 69 hex, which is 105 decimal (5 times 16 plus 9) -- but 6700
      becomes 67 hex, or 103 decimal."
</pre>
<p>If you receive any errors or strange messages from DDT that don't match what's listed above, it's likely your files were corrupted during transfer (this happened twice to me) and you will need to try again.  Also make sure that you have enough room on your floppy to create the executable, you might have to do some disk and file juggling!</li>
<li><b>Assign Logical to Physical Device</b> - This one you'll have to do every time you restart the machine before you use Kermit.  CP/M machines have logical and physical devices.  We've worked with the physical serial port device RDR, but there are logical devices that are connected to physical devices to perform translations.  Kermit makes use of the PTR (paper tape reader) logical device, so we need to connect this logical device to the serial port physical device.  We do this using the STAT command - "STAT PTR:=RDR:".</li>
<li><b>You're Done! </b> - At this point, you have Kermit, ready to use, on your Osborne 1.  There are many implementations (as seen on the Columbia page) of Kermit for every OS, so finding one for Windows, OS X or Linux won't be an issue.  There are lots of guides out there for using Kermit as well, so I won't mention the commands here - they're fairly straight forward.  Kermit does have error correction and multi-file transferring capabilities, so you can let it go for 30 minutes and transfer something big with no worries.  It can also be used as a terminal, so you can connect over serial link to a linux shell and have some fun!</li>
</ul>
<p>The first thing I transferred once Kermit was good to go was Zork-I, there is just something about text adventures on monochrome screens that is just awesome.  Zork I, II, and III for CP/M can be found <a href="http://www.retroarchive.org/cpm/games/games.htm">here</a>.  What's nice is these archives make use of a separate z-machine from the data file, so you can copy any z3 data file (which are the vast majorities, I used this method to play The Lurking Horror) in place of zork1.dat - just remember to rename it the same thing.  </p>
<p>Have fun with your Osborne 1!  </p>
<p><a href='http://www.toniwestbrook.com/wp-content/uploads/2008/10/zork.jpg' title='Zork 1 on Osborne 1'><img style="width:100%" src='http://www.toniwestbrook.com/wp-content/uploads/2008/10/zork.jpg' alt='Zork 1 on Osborne 1' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toniwestbrook.com/archives/80/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
