File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,14 @@ It uses a sister crate [`efi_ffi`](https://github.com/gurry/efi_ffi) to interfac
24
24
## Limitations
25
25
26
26
- Is a work in progress. API surface can change without notice.
27
- - Currently only ` x64 ` architecture is supported.
27
+ - Currently only ` x64 ` architecture is supported. In terms of Rust this implies that the crate builds only with the target ` x86_64-unknown-uefi ` .
28
+
29
+
30
+ ## Building the Crate
31
+ To build this crate:
32
+ 1 . Make sure the Rust target ` x86_64-unknown-uefi ` is installed. If not, install it by running the command ` rustup target add x86_64-unknown-uefi `
33
+ 2 . Build the crate by navigating into this repo and running the command ` cargo build --target x86_64-unknown-uefi `
34
+
28
35
29
36
## Writing a UEFI Application
30
37
You can’t perform that action at this time.
0 commit comments