-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |