|
UEFIStarter
a simple UEFI framework
|
This application will halt the UEFI environment. More...
#include <Uefi.h>#include <Library/UefiLib.h>#include <Library/ShellCEntryLib.h>#include <Library/UefiBootServicesTableLib.h>#include <UEFIStarter/core.h>Functions | |
| INTN EFIAPI | ShellAppMain (UINTN argc, CHAR16 **argv) |
| Main function, gets invoked by UEFI shell. More... | |
This application will halt the UEFI environment.
QEMU will exit and return to the system shell, VirtualBox will halt the VM.
| INTN EFIAPI ShellAppMain | ( | UINTN | argc, |
| CHAR16 ** | argv | ||
| ) |
Main function, gets invoked by UEFI shell.
| argc | the number of command-line arguments passed |
| argv | the command-line arguments passed |
1.8.13