changeset 2155:36fc925d2873

ReadMe moved
author boisy
date Wed, 14 May 2008 02:17:55 +0000
parents bf7f2d8ee14a
children 7559f3a3a123
files level1/coco/ReadMe level1/coco/makefile level1/d64/ReadMe level1/d64/makefile level1/dalpha/ReadMe level1/dalpha/makefile level1/tano/ReadMe level1/tano/makefile
diffstat 8 files changed, 4 insertions(+), 292 deletions(-) [+]
line wrap: on
line diff
--- a/level1/coco/ReadMe	Wed May 14 02:15:02 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,72 +0,0 @@
-***************
-NitrOS-9 ReadMe
-***************
-
-Welcome to NitrOS-9!
-
-DISTRIBUTION
-============
-There are two double-sided 40 track DSK images ending in '_ds40_1.dsk',
-and '_ds40_2.dsk' for disks 1 and 2, respectively.  For those with
-3.5" 720K drives, an 80 track DSK image ending in '_ds80.dsk' is also
-included in the distribution.
-
-USING THE DISK IMAGES
-=====================
-If you wish to transfer the disk images to a floppy disk for use with a
-real CoCo, follow the steps below:
-
-WINDOWS/DOS:
-
-1. Download and install the latest version of DSKINI/RETRIEVE at
-   http://www.nitros9.org/
-
-2. Insert a blank double-sided floppy in to your drive (we assume B:)
-
-3. Type the following command, replacing the name of the image:
-
-             DSKINI /T40 /D B: <diskimagefile>     (360K 5.25" floppy disk)
-             DSKINI /T80 /D B: <diskimagefile>     (720K 3.5"  floppy disk)
-
-   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
-
-     "COCO720":
-      DS DD sect=18 cyl=80 ssize=256 tpi=96
-
-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)
-             setfdprm /dev/fd1 coco720    (720K 3.5"  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.
-
--- a/level1/coco/makefile	Wed May 14 02:15:02 2008 +0000
+++ b/level1/coco/makefile	Wed May 14 02:17:55 2008 +0000
@@ -69,7 +69,7 @@
 scp: dsk
 	scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html
 
-$(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ReadMe ../../ChangeLog
+$(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ../../ReadMe ../../ChangeLog
 	$(ARCHIVE) $@ $^
 
 $(DSK360K_1):
--- a/level1/d64/ReadMe	Wed May 14 02:15:02 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,72 +0,0 @@
-***************
-NitrOS-9 ReadMe
-***************
-
-Welcome to NitrOS-9!
-
-DISTRIBUTION
-============
-There are two double-sided 40 track DSK images ending in '_ds40_1.dsk',
-and '_ds40_2.dsk' for disks 1 and 2, respectively.  For those with
-3.5" 720K drives, an 80 track DSK image ending in '_ds80.dsk' is also
-included in the distribution.
-
-USING THE DISK IMAGES
-=====================
-If you wish to transfer the disk images to a floppy disk for use with a
-real CoCo, follow the steps below:
-
-WINDOWS/DOS:
-
-1. Download and install the latest version of DSKINI/RETRIEVE at
-   http://www.nitros9.org/
-
-2. Insert a blank double-sided floppy in to your drive (we assume B:)
-
-3. Type the following command, replacing the name of the image:
-
-             DSKINI /T40 /D B: <diskimagefile>     (360K 5.25" floppy disk)
-             DSKINI /T80 /D B: <diskimagefile>     (720K 3.5"  floppy disk)
-
-   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
-
-     "COCO720":
-      DS DD sect=18 cyl=80 ssize=256 tpi=96
-
-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)
-             setfdprm /dev/fd1 coco720    (720K 3.5"  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.
-
--- a/level1/d64/makefile	Wed May 14 02:15:02 2008 +0000
+++ b/level1/d64/makefile	Wed May 14 02:17:55 2008 +0000
@@ -133,7 +133,7 @@
 scp: dsk
 	scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html
 
-$(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) $(DSK180K_1) $(DSK180K_2) ReadMe ../../ChangeLog
+$(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) $(DSK180K_1) $(DSK180K_2) ../../ReadMe ../../ChangeLog
 	$(ARCHIVE) $@ $^
 
 #Dragon 64/32+
--- a/level1/dalpha/ReadMe	Wed May 14 02:15:02 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,72 +0,0 @@
-***************
-NitrOS-9 ReadMe
-***************
-
-Welcome to NitrOS-9!
-
-DISTRIBUTION
-============
-There are two double-sided 40 track DSK images ending in '_ds40_1.dsk',
-and '_ds40_2.dsk' for disks 1 and 2, respectively.  For those with
-3.5" 720K drives, an 80 track DSK image ending in '_ds80.dsk' is also
-included in the distribution.
-
-USING THE DISK IMAGES
-=====================
-If you wish to transfer the disk images to a floppy disk for use with a
-real CoCo, follow the steps below:
-
-WINDOWS/DOS:
-
-1. Download and install the latest version of DSKINI/RETRIEVE at
-   http://www.nitros9.org/
-
-2. Insert a blank double-sided floppy in to your drive (we assume B:)
-
-3. Type the following command, replacing the name of the image:
-
-             DSKINI /T40 /D B: <diskimagefile>     (360K 5.25" floppy disk)
-             DSKINI /T80 /D B: <diskimagefile>     (720K 3.5"  floppy disk)
-
-   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
-
-     "COCO720":
-      DS DD sect=18 cyl=80 ssize=256 tpi=96
-
-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)
-             setfdprm /dev/fd1 coco720    (720K 3.5"  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.
-
--- a/level1/dalpha/makefile	Wed May 14 02:15:02 2008 +0000
+++ b/level1/dalpha/makefile	Wed May 14 02:17:55 2008 +0000
@@ -124,7 +124,7 @@
 scp: dsk
 	scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html
 
-$(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ReadMe ../../ChangeLog
+$(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ../../ReadMe ../../ChangeLog
 	$(ARCHIVE) $@ $^
 
 #Dragon Alpha internal drives are Single sided 80 track
--- a/level1/tano/ReadMe	Wed May 14 02:15:02 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,72 +0,0 @@
-***************
-NitrOS-9 ReadMe
-***************
-
-Welcome to NitrOS-9!
-
-DISTRIBUTION
-============
-There are two double-sided 40 track DSK images ending in '_ds40_1.dsk',
-and '_ds40_2.dsk' for disks 1 and 2, respectively.  For those with
-3.5" 720K drives, an 80 track DSK image ending in '_ds80.dsk' is also
-included in the distribution.
-
-USING THE DISK IMAGES
-=====================
-If you wish to transfer the disk images to a floppy disk for use with a
-real CoCo, follow the steps below:
-
-WINDOWS/DOS:
-
-1. Download and install the latest version of DSKINI/RETRIEVE at
-   http://www.nitros9.org/
-
-2. Insert a blank double-sided floppy in to your drive (we assume B:)
-
-3. Type the following command, replacing the name of the image:
-
-             DSKINI /T40 /D B: <diskimagefile>     (360K 5.25" floppy disk)
-             DSKINI /T80 /D B: <diskimagefile>     (720K 3.5"  floppy disk)
-
-   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
-
-     "COCO720":
-      DS DD sect=18 cyl=80 ssize=256 tpi=96
-
-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)
-             setfdprm /dev/fd1 coco720    (720K 3.5"  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.
-
--- a/level1/tano/makefile	Wed May 14 02:15:02 2008 +0000
+++ b/level1/tano/makefile	Wed May 14 02:17:55 2008 +0000
@@ -68,7 +68,7 @@
 scp: dsk
 	scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html
 
-$(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ReadMe ../../ChangeLog
+$(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ../../ReadMe ../../ChangeLog
 	$(ARCHIVE) $@ $^
 
 $(DSK360K_1):