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 1129332 commit 16a6015Copy full SHA for 16a6015
BUILDING.md
@@ -22,7 +22,7 @@ The following steps allow you to build a simple UEFI app.
22
pub extern "win64" fn uefi_start(handle: Handle, system_table: &'static table::SystemTable) -> Status;
23
```
24
25
-- Copy the `tests/x86_64-uefi.json` target file to your project's root.
+- Copy the `uefi-test-runner/x86_64-uefi.json` target file to your project's root.
26
You can customize it.
27
28
- Build using `cargo xbuild --target x86_64-uefi`.
0 commit comments