From ee9539a3381212f0dce1a2e42593ece60b1c6c75 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 29 Aug 2022 16:15:36 -0400 Subject: Update axe docs --- axe.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'axe.rst') 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 -- cgit v1.2.3