From ae690682b15b62dbfb5e6f571955572b16ea28e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E8=AE=BF=E8=90=A4=E7=81=AB=E8=99=AB?= Date: Fri, 18 Nov 2022 18:20:35 +0800 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdae102..3b3ae85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ # oscdimg -Oscdimg is a command-line tool that you can use to create an image (.iso) file of a customized 32-bit or 64-bit version of Windows Preinstallation Environment (Windows PE). You can then burn the .iso file to a CD or DVD. Oscdimg supports ISO 9660, Joliet, and Universal Disk Format (UDF) file systems. +Oscdimg is a command-line tool that you can use to create an image (.iso) file. It is part the [Windows Assessment and Deployment Kit (ADK)](https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install) > Extracted from the Windows Assessment and Deployment Kit (ADK) + +| Arch | Download | +|---------------|-------------------------------------------------------------| +| oscdimg-amd64 | https://github.com/hydrz/oscdimg/raw/main/oscdimg-amd64.zip | +| oscdimg-x86 | https://github.com/hydrz/oscdimg/raw/main/oscdimg-x86.zip | +| oscdimg-arm64 | https://github.com/hydrz/oscdimg/raw/main/oscdimg-arm64.zip | +| oscdimg-arm | https://github.com/hydrz/oscdimg/raw/main/oscdimg-arm.zip | + + +