Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KusaReMKN authored Mar 16, 2023
1 parent 5a90f25 commit a34b688
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# DiskDump

A diskette image generator

## これは何

MS-DOS や Windows 9x の上でディスケットのイメージを生成する CUI アプリケーションです。
PC-98 で利用される 1.2 MB でフォーマットされたディスケットのイメージを生成するために作られました。

## 書式

```console
> DISKDUMP[.COM] [/V] drive[:] filename
```

- `/V`: よく喋るようになります。
- `drive[:]`: イメージを生成するドライブを指定します。ハードディスクすら指定できるので注意してください。
- `filename`: イメージのファイル名を指定します。長いファイル名は利用できません。

## ビルド環境

ビルドには Open Watcom C/C++ Version 1.9 を利用しています。
http://openwatcom.org/ からダウンロードできます。

## ライセンス

MIT License

0 comments on commit a34b688

Please sign in to comment.