changeset 1602:96f490240ac5

rbfdefs - added TYP.DSQ bit format - now responds to TYP.DSQ bit set by calling driver with SS.DSize and obtains drive size and sector size if possible from there.
author boisy
date Sat, 05 Jun 2004 00:52:38 +0000
parents 90cb94c964d9
children ecffde67b7be
files defs/rbfdefs level2/coco3/ChangeLog level2/coco3_6309/ChangeLog
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/defs/rbfdefs	Fri Jun 04 13:51:35 2004 +0000
+++ b/defs/rbfdefs	Sat Jun 05 00:52:38 2004 +0000
@@ -109,6 +109,7 @@
 TYP.1024 equ   %00000100	1024 byte sector device
 TYP.2048 equ   %00000110	2048 byte sector device
 TYP.SSM  equ   %00000110        Sector size mask
+TYP.DSQ  equ   %00010000        Drive size query flag +BGP 06/03/2004+
 TYP.FLP  equ   %00000000	Floppy disk
 TYP.HARD equ   %10000000	Hard disk
 
--- a/level2/coco3/ChangeLog	Fri Jun 04 13:51:35 2004 +0000
+++ b/level2/coco3/ChangeLog	Sat Jun 05 00:52:38 2004 +0000
@@ -4,6 +4,7 @@
 - cc3disk has been renamed to rb1773 and has been back-ported to NitrOS-9 Level 1.
 - grfint.io now exists and can be used to replace windint.io in bootfiles where
   Multi-Vue windowing functionality is not needed, in order to save system RAM.
+- The pmap command has several bug fixes.
 - The copy command now has write verification with -v.
 - term_t1.dd has been renamed to term_sio.dd and term_sc6551.dd has been added.
 NitrOS-9/6809 Level 2 V03.02.01 (May 14, 2004):
--- a/level2/coco3_6309/ChangeLog	Fri Jun 04 13:51:35 2004 +0000
+++ b/level2/coco3_6309/ChangeLog	Sat Jun 05 00:52:38 2004 +0000
@@ -4,6 +4,7 @@
 - cc3disk has been renamed to rb1773 and has been back-ported to NitrOS-9 Level 1.
 - grfint.io now exists and can be used to replace windint.io in bootfiles where
   Multi-Vue windowing functionality is not needed, in order to save system RAM.
+- The pmap command has several bug fixes.
 - The copy command now has write verification with -v.
 - term_t1.dd has been renamed to term_sio.dd and term_sc6551.dd has been added.
 NitrOS-9/6809 Level 2 V03.02.01 (May 14, 2004):