david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/config/qemu/general.h

11 lines
243 B
C
Raw Normal View History

/* Disable entry during POST */
#undef ROM_BANNER_TIMEOUT
#define ROM_BANNER_TIMEOUT 0
/* Extend banner timeout */
#undef BANNER_TIMEOUT
#define BANNER_TIMEOUT 30
/* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */
#define EFI_DOWNGRADE_UX