moved everything to chookspace
This commit is contained in:
9
gnu-efi/apps/tpause.c
Normal file
9
gnu-efi/apps/tpause.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <efi.h>
|
||||
#include <efilib.h>
|
||||
|
||||
EFI_STATUS
|
||||
efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
|
||||
{
|
||||
Print(L"Press `q' to quit, any other key to continue:\n");
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user