#include #include EFI_STATUS EFIAPI UefiMain( EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table) { Print(L"Welcome to Firmament.\n"); while (1); return EFI_SUCCESS; }