Better autogenerated documentation.

This commit is contained in:
David Given
2023-05-25 21:14:41 +02:00
parent 28ca2b72f1
commit 854b3e9c59
49 changed files with 592 additions and 67 deletions

View File

@@ -1,5 +1,7 @@
northstar
====
## 5.25" hard sectored
<!-- This file is automatically generated. Do not edit. -->
# 5.25" hard sectored
Northstar Floppy disks use 10-sector hard sectored disks with either FM or MFM
encoding. They may be single- or double-sided. Each of the 10 sectors contains
@@ -20,7 +22,24 @@ equivalent to .img images.
## Options
(no options)
- Format variants:
- `87`: 87.5kB 5.25" 35-track SSSD hard-sectored
- `175`: 175kB 5.25" 40-track SSDD hard-sectored
- `350`: 350kB 5.25" 40-track DSDD hard-sectored
## Examples
To read:
- `fluxengine read northstar --87 -s drive:0 -o northstar.nsi`
- `fluxengine read northstar --175 -s drive:0 -o northstar.nsi`
- `fluxengine read northstar --350 -s drive:0 -o northstar.nsi`
To write:
- `fluxengine write northstar --87 -d drive:0 -i northstar.nsi`
- `fluxengine write northstar --175 -d drive:0 -i northstar.nsi`
- `fluxengine write northstar --350 -d drive:0 -i northstar.nsi`
## References