You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

general.h 243B

12345678910
  1. /* Disable entry during POST */
  2. #undef ROM_BANNER_TIMEOUT
  3. #define ROM_BANNER_TIMEOUT 0
  4. /* Extend banner timeout */
  5. #undef BANNER_TIMEOUT
  6. #define BANNER_TIMEOUT 30
  7. /* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */
  8. #define EFI_DOWNGRADE_UX