diff options
Diffstat (limited to 'Private/NewBoot/Source')
| -rw-r--r-- | Private/NewBoot/Source/download-edk.ps1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Private/NewBoot/Source/download-edk.ps1 b/Private/NewBoot/Source/download-edk.ps1 new file mode 100644 index 00000000..d19432a6 --- /dev/null +++ b/Private/NewBoot/Source/download-edk.ps1 @@ -0,0 +1,2 @@ +$client = new-object System.Net.WebClient +$client.DownloadFile("https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd","C:\micro-kernel-Amllx-trunk-patch-989e\Private\NewBoot\Source\OVMF.fd")
\ No newline at end of file |
