From e002842640e540033d8b7b637ba2507524e5d561 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Sat, 2 Oct 2021 17:26:46 -0700 Subject: [PATCH] Add Micropolis writing documentation snippet --- doc/disk-micropolis.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/disk-micropolis.md b/doc/disk-micropolis.md index 9febc60c..fcf09236 100644 --- a/doc/disk-micropolis.md +++ b/doc/disk-micropolis.md @@ -37,6 +37,15 @@ could be represented as having either twice the number of sectors, for CHS, or twice the number of tracks, HCS; the second side's tracks logically followed the first side (e.g., tracks 77-153). Micropolis disks tended to be the latter. +Writing disks +------------- + +Just do: + +``` +fluxengine write micropolis -i micropolis.img +``` + Useful references -----------------