logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

apriboot - rewrite disc boot sector, converting between Apricot and PCDOS

Author

       John Elliott <seasip.webmaster@gmail.com>.

Version 1.5.9                                   17 September 2018                                    apriboot(1)

Description

       Apriboot rewrites the boot sector of the selected disc (or image), converting it between  standard  PCDOS
       format and the format used by the Apricot PC / Xi / F-series computers.

Name

       apriboot - rewrite disc boot sector, converting between Apricot and PCDOS

Options

-typeTYPE
              Determines which driver is to be used.

       -retryCOUNT
              Set the number of times to attempt to read the disc in case of error.

       -compCOMP
              Select  the  compression  method  used on the source disc image file (has no effect when reading a
              floppy disc).

       -sideSIDE
              Determines which side (0 or 1) of the disc (image) is to be identified.

       -formatFORMAT
              Selects a fixed format. Should not be necessary.

       -apricot
              Forces the program to convert to Apricot format; if the boot sector is already in Apricot  format,
              does nothing.

       -pcdos Forces the program to convert to PCDOS format; if the boot sector is already in PCDOS format, does
              nothing.  If  neither -pcdos nor -apricot is supplied, the boot sector will be set to the opposite
              of whatever is currently in use.

See Also

dsktrans(1)

Synopsis

apriboot  [-formatFORMAT]  [-typeTYPE]  [-sideSIDE] [-compCOMP] [-retryCOUNT] [-pcdos] [-apricot]
       DISKIMAGE [DSKIMAGE...]

See Also