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.

kpxeprefix.S 351B

12345678910
  1. /*****************************************************************************
  2. * PXE prefix that keep the UNDI portion of the PXE stack present
  3. *****************************************************************************
  4. */
  5. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
  6. #define PXELOADER_KEEP_UNDI
  7. #define _pxe_start _kpxe_start
  8. #include "pxeprefix.S"