|
BIOS/UEFI 的 dd 工具。有BIOS , UEFI64两种版本。
本是MBROS项目的工具( dd -udm ...)
dd-bios-uefi64.zip
(9.67 KB, 下载次数: 18)
- Authored By DSystem mdyblog.blog.163.com. NonCopyRight.
- udm driver & dd binary tool.
- 用法:
- dd [if=FileIn|zero] [if=:string] [if=[0x|0d|0o|0|0b]d1 ...] of=FilePath|[*]VarName bs=bs count=count skip=skip seek=seek len=maxbytes
- 开关=值 可以写为 -开关 值
- -if ":string11... " ":string12... " ... -if ":stringN1... "
- 没有空格时""可以不要。
- if=数据 可以接多个个数据, 也可以多个 if=数据/串 。。。
- of=[*]VarName 则写入对应变量,形如: "0x12 0x34 ..."
- 可以写入磁盘设备,如of=(hd0), of=(hd0,1). 不能写入普通文件.
- 读入设备也可以写扇区序列为: if=(hd0)3+1,5+2
复制代码
|
|