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 | + + +