MCPcopy Create free account
hub / github.com/eholk/Boot2Rust / efi_main

Function efi_main

src/boot.rs:13–17  ·  view source on GitHub ↗
(sys : uefi::SystemTable)

Source from the content-addressed store, hash-verified

11
12#[no_split_stack]
13pub fn efi_main(sys : uefi::SystemTable) {
14 sys.console().write("Hello, World!\n\r");
15
16 loop {}
17}

Callers 1

efi_startFunction · 0.85

Calls 2

writeMethod · 0.80
consoleMethod · 0.80

Tested by

no test coverage detected