This is the Software Toolworks' Adventure for the Osborne computer running CP/M. Included are the following:

ORIGADV.IMD	An untouched image of an original Osborne disk.
ORIGADV.IMG	The above, converted to an image readable by cpmtools
ADVENT.COM 	Extracted contents of ORIGADV.IMB
ADVENT.CAV	\
ADVENT.DAT	 \
MONEY		  \
PATCHES.DOC	   \
README		This file. Not part of ORIGADV.IMD.

The disk image was originally obtained from http://heathkit.garlanger.com/library/TheSoftwareToolworks/software/adventure.shtml or by direct link from http://heathkit.garlanger.com/library/TheSoftwareToolworks/software/disks/Osborne/222-O5_Original_Adventure.IMD

Note that while this is an image for an Osborne, the software should run unmodified on any generic CP/M system or emulator.

If you wish to extract the contents of ORIGADV.IMG on a Linux system, do the following:

    1. Install cpmtools: 
           sudo install cpmtools

    2. Add this format to cpmtools' diskdef:
    
           # BEGIN osb1sssd  Osborne 1 - SSSD 48 tpi 5.25" - 256 x 10
           # Test OK - image size = 102,400, from Don Maslin's archive
           diskdef osb1sssd
              seclen 256
              tracks 40
              sectrk 10
              blocksize 2048
              maxdir 64
              skew 2
              boottrk 3
              os 2.2 
           end

    3. To see the disk image's contents:
           cpmls -f osb1sssd origadv.img 
    
    4. To extract the contents:
           cpmcp -f osb1sssd origadv.img 0:advent.dat .
       
If you wish to extract the contents of ORIGADV.IMD, you will need Dave Dunfield's ImageDisk utilities:

    1. Get Dave Dunfield's ImageDisk utilities: 
           http://www.classiccmp.org/dunfield/img/index.htm

    2. Use IMDU from ImageDisk to convert the disk image:
           imdu /b 222-O5_Original_Adventure.IMD Adventure.img

    3. Proceed as above.