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.

hromprefix.S 460B

123456789101112
  1. /*****************************************************************************
  2. * ROM prefix that relocates to HIGHMEM_LOADPOINT during POST if PMM allocation
  3. * fails. Intended to be used, with caution, on BIOSes that support PCI3.00 but
  4. * have limited PMM support, such as most AMI BIOSes.
  5. *****************************************************************************
  6. */
  7. FILE_LICENCE ( GPL2_OR_LATER )
  8. #define SHRINK_WITHOUT_PMM
  9. #include "romprefix.S"