source: bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/prefix/hromprefix.S

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 460 bytes
Line 
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
8FILE_LICENCE ( GPL2_OR_LATER )
9
10#define SHRINK_WITHOUT_PMM
11
12#include "romprefix.S"
Note: See TracBrowser for help on using the repository browser.