We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c93ee commit b81b339Copy full SHA for b81b339
README.md
@@ -7,9 +7,6 @@ The contents of the release tarball look like this:
7
x64/shell.efi
8
x64/vars.fd
9
x64/code.fd
10
-ia32/shell.efi
11
-ia32/vars.fd
12
-ia32/code.fd
13
aarch64/vars.fd
14
aarch64/code.fd
15
aarch64/shell.efi
@@ -21,6 +18,13 @@ loongarch64/code.fd
21
18
loongarch64/shell.efi
22
19
```
23
20
+Older releases (`edk2-stable202508` and earlier) also include:
+```
+ia32/shell.efi
24
+ia32/vars.fd
25
+ia32/code.fd
26
27
+
28
[**Latest Release**](https://github.com/rust-osdev/ovmf-prebuilt/releases/latest)
29
30
## License
0 commit comments