summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-03-05 17:13:33 +0000
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-03-05 17:13:33 +0000
commite729c9b374b60123da6ace55a60e3376ce336eca (patch)
tree42107ba4a8c9121a08cb02682334431fe31102cc /Private/NewBoot/Source
parentce2b172601f3dbefdc52420d04aad0d0940a5b58 (diff)
Replace cmd with ps1
Diffstat (limited to 'Private/NewBoot/Source')
-rw-r--r--Private/NewBoot/Source/download-edk.ps12
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