Mercurial > hg > Members > kono > nitros9-code
changeset 1694:e7b88498bb05
Changes for the 03.02.04 release.
author | boisy |
---|---|
date | Tue, 03 Aug 2004 02:28:50 +0000 |
parents | b75cb7ca03a6 |
children | 55070a08f183 |
files | level1/ChangeLog level1/ReadMe level1/makefile level1/modules/rbf.asm level1/modules/sysgo.asm level2/coco3/ChangeLog level2/coco3/ReadMe level2/coco3_6309/ChangeLog level2/coco3_6309/ReadMe level2/makefile |
diffstat | 10 files changed, 47 insertions(+), 31 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/ChangeLog Tue Aug 03 00:16:31 2004 +0000 +++ b/level1/ChangeLog Tue Aug 03 02:28:50 2004 +0000 @@ -1,3 +1,6 @@ +NitrOS-9/6809 Level 1 V03.02.04: +- Fixed several problems/mistakes in the V03.02.03 release. + NitrOS-9/6809 Level 1 V03.02.03: - format has been enhanced to show more information about the disk being formatted.
--- a/level1/ReadMe Tue Aug 03 00:16:31 2004 +0000 +++ b/level1/ReadMe Tue Aug 03 02:28:50 2004 +0000 @@ -1,8 +1,8 @@ -**************************** -NitrOS-9/6809 Level 1 ReadMe -**************************** +*************** +NitrOS-9 ReadMe +*************** -Welcome to NitrOS-9/6809 Level 1 for the Radio Shack/TRS-80 Color Computer. +Welcome to NitrOS-9! DISTRIBUTION ============ @@ -13,19 +13,20 @@ 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: +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 5.25" DS floppy in to your drive (we assume B:) +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> + 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, @@ -53,6 +54,7 @@ 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.
--- a/level1/makefile Tue Aug 03 00:16:31 2004 +0000 +++ b/level1/makefile Tue Aug 03 02:28:50 2004 +0000 @@ -1,6 +1,6 @@ include ../rules.mak -RELEASE = nos96809l1v030203 +RELEASE = nos96809l1v030204 BOOTFILE = bootfiles/bootfile BOOTFILE_DS80 = bootfiles/bootfile_ds80 KERNELFILE = bootfiles/kernel_1773
--- a/level1/modules/rbf.asm Tue Aug 03 00:16:31 2004 +0000 +++ b/level1/modules/rbf.asm Tue Aug 03 02:28:50 2004 +0000 @@ -771,11 +771,12 @@ stb R$B,x put SS.VarSect into caller's B lbsr L0CED send it to driver puls a,x get caller's original B and saved PD.RGS - bcs L061C sta R$B,x restore caller's original B -**** - - ldd #256 + bcc ok@ branch if no error on GetStat + cmpb #E$UnkSvc Unknown Service call error? + lbne L0B10 if not, return with error +**** +ok@ ldd #256 stb PD.BUF+2,y os9 F$SRqMem bcs L061C
--- a/level1/modules/sysgo.asm Tue Aug 03 00:16:31 2004 +0000 +++ b/level1/modules/sysgo.asm Tue Aug 03 02:28:50 2004 +0000 @@ -78,7 +78,7 @@ IFNE DEVEL dts ELSE - fcc "Release Date: 08/01/2004" + fcc "Release Date: 08/02/2004" ENDC fcb C$CR,C$LF fcc !http://www.nitros9.org!
--- a/level2/coco3/ChangeLog Tue Aug 03 00:16:31 2004 +0000 +++ b/level2/coco3/ChangeLog Tue Aug 03 02:28:50 2004 +0000 @@ -1,3 +1,6 @@ +NitrOS-9/6809 Level 2 V03.02.04: +- Fixed several problems/mistakes in the V03.02.03 release. + NitrOS-9/6809 Level 2 V03.02.03: - format has been enhanced to show more information about the disk being formatted.
--- a/level2/coco3/ReadMe Tue Aug 03 00:16:31 2004 +0000 +++ b/level2/coco3/ReadMe Tue Aug 03 02:28:50 2004 +0000 @@ -1,8 +1,8 @@ -**************************** -NitrOS-9/6809 Level 2 ReadMe -**************************** +*************** +NitrOS-9 ReadMe +*************** -Welcome to NitrOS-9/6809 Level 2 for the Tandy Color Computer 3. +Welcome to NitrOS-9! DISTRIBUTION ============ @@ -13,19 +13,20 @@ 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: +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 5.25" DS floppy in to your drive (we assume B:) +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> + 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, @@ -53,6 +54,7 @@ 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.
--- a/level2/coco3_6309/ChangeLog Tue Aug 03 00:16:31 2004 +0000 +++ b/level2/coco3_6309/ChangeLog Tue Aug 03 02:28:50 2004 +0000 @@ -1,3 +1,6 @@ +NitrOS-9/6809 Level 2 V03.02.04: +- Fixed several problems/mistakes in the V03.02.03 release. + NitrOS-9/6809 Level 2 V03.02.03: - format has been enhanced to show more information about the disk being formatted.
--- a/level2/coco3_6309/ReadMe Tue Aug 03 00:16:31 2004 +0000 +++ b/level2/coco3_6309/ReadMe Tue Aug 03 02:28:50 2004 +0000 @@ -1,8 +1,8 @@ -**************************** -NitrOS-9/6809 Level 2 ReadMe -**************************** +*************** +NitrOS-9 ReadMe +*************** -Welcome to NitrOS-9/6809 Level 2 for the Tandy Color Computer 3. +Welcome to NitrOS-9! DISTRIBUTION ============ @@ -13,19 +13,20 @@ 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: +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 5.25" DS floppy in to your drive (we assume B:) +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> + 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, @@ -53,6 +54,7 @@ 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.
--- a/level2/makefile Tue Aug 03 00:16:31 2004 +0000 +++ b/level2/makefile Tue Aug 03 02:28:50 2004 +0000 @@ -2,7 +2,7 @@ CPU = 6809 DISTRO = $(CPU)L2 -RELEASE = nos9$(CPU)l2v030203 +RELEASE = nos9$(CPU)l2v030204 BOOTFILE = bootfiles/bootfile_win80 BOOTFILE_DS80 = bootfiles/bootfile_win80_ds80 KERNELFILE = bootfiles/kernel_1773