-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I'm not sure the "hard discs can eject" flag means it can be treated like a floppy.
From FileCore/Docs/Eject:
"There are two new flag bits in the FileCore descriptor block flags. Bit 6 if
set specifies that the floppy discs (drives 0 to 3) support power eject. Bit
7 if set specifies that the winchesters (drives 4 to 7) support power eject."
In addition the hard/floppy style mounting seems to determine if a boot block is used, rather than floppies can should be treated like hard discs. The details are in FileCore/Doc/MiscOp
Practially the only difference between "floppy" and "hard" discs for FilerX are
If the disc name or :n is shown under the icon.
The default icon to use.
It would be possible to use the "can power eject" flags to add a "Eject" menu item (greyed out unless the bit is set). I'm not sure what hardware actually supports it though!