You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate Entry function (`efi_main`) in compiler (similar to how C main
is generated for other targets).
This function passes `[image_handle, system_table]` as argv to Rust
lang_start. Then initialize the global variables from `sys::init`
Signed-off-by: Ayush Singh <[email protected]>
0 commit comments