view level1/ReadMe @ 1399:40ccec5c5717

Updated
author boisy
date Fri, 10 Oct 2003 12:26:41 +0000
parents bc3589746adf
children fd3e32e003c3
line wrap: on
line source

****************************
NitrOS-9/6809 Level 1 ReadMe
****************************

Welcome to NitrOS-9/6809 Level 1 for the Radio Shack/TRS-80 Color Computer.

DISTRIBUTION
============
There is one double-sided 40 track DSK image ending in '_ds40.dsk'.

USING THE DISK IMAGES
=====================
If you wish to transfer the disk images to a 5.25" floppy disk for use
with a real CoCo, follow the steps below:

WINDOWS/DOS:

1. Download and install the latest version of DSKINI/RETRIEVE as modified
   by John Collyer at http://www.angelfire.com/oh5/johncollyer/coco/m6309.htm

2. Insert a blank 5.25" DS floppy in to your drive (we assume B:)

3. Type the following command, replacing the name of the image:

             DSKINI /T40 /D B: <diskimagefile>

   Where <diskimagefile> is the image file you want to transfer to the
   floppy disk.  The image file transfer should start.  When it is done,
   take out the disk and try booting your CoCo with it.

Repeat steps 2-3 for each additional disk.


LINUX:

1. Download and install the latest version of fdutils from
   http://fdutils.linux.lu/

2. Once installed, edit the /usr/local/etc/mediaprm file and add the
   following lines at the end of the file:

     "COCO360":
      DS DD sect=18 cyl=40 ssize=256 tpi=48 fm=0 gap=8

3. Insert your blank floppy into the drive on your Linux box.

4. Type the following command:

             setfdprm /dev/fd1 coco360    (360K 5.25" floppy disk)

   This assumes your floppy drive is /dev/fd1.  You may need to make
   adjustments to the above commands for your environment.

5. After typing the setfdprm command, the floppy drive unit should spin
   for a second then stop. Type this command:

             dd if=<diskimagefile> of=/dev/fd1

   Where <diskimagefile> is the image file you want to transfer to the
   floppy disk.  The image file transfer should start.  When it is done,
   take out the disk and try booting your CoCo with it.

Repeat steps 3-5 for each additional disk.