aboutsummaryrefslogtreecommitdiff
path: root/axe.rst
diff options
context:
space:
mode:
Diffstat (limited to 'axe.rst')
-rw-r--r--axe.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/axe.rst b/axe.rst
index 01e8a10..3e493c5 100644
--- a/axe.rst
+++ b/axe.rst
@@ -96,15 +96,6 @@ e.g. beginning with a number, or containing punctuation. Atari DOS
might or might not be able to even delete such files, but **axe** will
be able to if it happens.
-One known bug: when writing a file to an image, if the file's size
-is a multiple of 125 (the number of data bytes per sector), an extra
-sector is allocated (with 0 data bytes in it). This doesn't actually
-cause a problem for Atari DOSes (it just wastes space on the disk),
-but it prevents simple-minded XEX loaders like Fenders from being able
-to load the file (technically this is a bug in Fenders, too). Atari
-DOSes actually can create files like this if they're opened for
-append, then closed without writing new data.
-
**axe** does nothing with the boot sectors (sectors 1-3) of the disk
image. When creating a new image, the boot sectors will be blank (all
zeroes), meaning the disk won't be bootable. If DOS.SYS is written to