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.

kkpxeprefix.S 366B

1234567891011
  1. /*****************************************************************************
  2. * PXE prefix that keeps the whole PXE stack present
  3. *****************************************************************************
  4. */
  5. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
  6. #define PXELOADER_KEEP_UNDI
  7. #define PXELOADER_KEEP_PXE
  8. #define _pxe_start _kkpxe_start
  9. #include "pxeprefix.S"