Skip to content

Commit 95d7056

Browse files
committed
Update docs
- Add args as implemented Signed-off-by: Ayush Singh <[email protected]>
1 parent 1578329 commit 95d7056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/rustc/src/platform-support/unknown-uefi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ cargo build --target x86_64-unknown-uefi -Zbuild-std=std,panic_abort
268268
#### stdio
269269
- Uses `Simple Text Input Protocol` and `Simple Text Output Protocol`.
270270
- Note: UEFI uses CRLF for new line. This means Enter key is registered as CR instead of LF.
271+
#### args
272+
- Uses `EFI_LOADED_IMAGE_PROTOCOL->LoadOptions`
271273

272274
## Example: Hello World With std
273275
The following code features a valid UEFI application, including `stdio` and `alloc` (`OsString` and `Vec`):

0 commit comments

Comments
 (0)