Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > ebe372b10878800fe69806df64e3d558 > files > 59

gnu-efi-3.0c-4mdv2010.0.i586.rpm

#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");
	
}