Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AloneCafe committed Mar 27, 2021
1 parent 3436c8c commit 435fbd9
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# fixed-vhd-writer
# Fixed VHD Writer
一种使用LBA方式的、专用于固定大小的VHD虚拟磁盘的扇区写入工具
* [Release下载](https://github.com/YenyuLoong/fixed-vhd-writer/releases/download/v0.1/fvw.exe)

---

## 编译生成
### Linux/Unix
Linux 下直接使用 GCC 编译 writer.c (包含 writer.h) 文件就行
```shell
gcc -o writer writer.c
```
程序使用方法:
```
Fixed VHD Writer
[-h] usage help
[-r] specify data file name (read)
[-w] specify VHD file name (write)
[-a] specify LBA to writing data
```

### Windows
Windows 除了 CLI 版本同样可以通过编译器 (MSVC、MinGW) 编译之外,也可以在 ``` win32 ``` 目录下打开 Visual Studio 解决方案 ```FixedVHDWriter.sln``` 并生成为 MFC 程序

---

## Release 下载
### Windows
* CLI 版本下载: [fvw.exe](https://github.com/yenyuloong/fixed-vhd-writer/blob/master/bin/fvw.exe?raw=true)
* GUI(MFC) 版本下载:[FixedVHDWriter.exe](https://github.com/yenyuloong/fixed-vhd-writer/blob/master/bin/FixedVHDWriter.exe?raw=true)

### Linux/Unix
请直接本地编译使用

0 comments on commit 435fbd9

Please sign in to comment.