This commit is contained in:
Bobbi Webber-Manners 2020-03-02 23:10:30 -05:00
commit 905b8ac851
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
** Random GNO Utilities by Bobbi **
**Random GNO Utilities by Bobbi**
The stuff in this directory was developed by Bobbi from scratch, rather than being ported from another operating system.
* Sortdir *
*Sortdir*
This all purpose disk utility can perform a number of useful functions on ProDOS volumes:
@ -14,10 +14,10 @@ This all purpose disk utility can perform a number of useful functions on ProDOS
See the manpage *sortdir.1* for more info.
* Extend *
*Extend*
Simple GNO utility which can modify the volume directory of a ProDOS volume to make it extensible under ProDOS 2.5 and later operating systems. A little bit of explanation is in order here. ProDOS 2.5 (under development at the time of writing this in March 2020) removes an age-old restriction of Apple's ProDOS. From v1.0 to v2.4.2 ProDOS has only supported a fixed size volume (or root) directory of four blocks (which works out to be 51 entries.) ProDOS 2.5 removes this restriction and allows the volume directory to be extensible just like a subdirectory. In order to enable this extension, a couple of magic bytes must be written to the volume directory. This utility can do precisely this. It can also reverse the change, provided the volume directory has not actually been extended beyond 4 blocks by writing more than 51 entries to it.
* nl *
*nl*
A very simple implementation of the classic UNIX *nl* utility, which I was missing in GNO. It is not part of v7 so I whipped up my own. This program is actually too simple minded and doesn't work properly in some corner cases. I will return to it when the urge strikes me (or the bugs bite me.)