Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

general.h 384B

123456789101112131415
  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
  9. /* The Tivoli VMM workaround causes a KVM emulation failure on hosts
  10. * without unrestricted_guest support
  11. */
  12. #undef TIVOLI_VMM_WORKAROUND