source:
bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/prefix/xromprefix.S
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 228 bytes |
Line | |
---|---|
1 | /* |
2 | * ROM prefix that loads the bulk of the ROM using direct PCI accesses, |
3 | * so as not to take up much option ROM space on PCI <3.0 systems. |
4 | */ |
5 | |
6 | FILE_LICENCE ( GPL2_OR_LATER ) |
7 | |
8 | #define LOAD_ROM_FROM_PCI |
9 | #include "romprefix.S" |
Note: See TracBrowser
for help on using the repository browser.