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 465B

1234567891011121314
  1. /*****************************************************************************
  2. * PXE prefix that keeps the whole PXE stack present
  3. *****************************************************************************
  4. */
  5. FILE_LICENCE ( GPL2_OR_LATER )
  6. /* Since we have the whole stack, we can use cached DHCP information */
  7. REQUEST_OBJECT ( pxeparent_dhcp )
  8. #define PXELOADER_KEEP_UNDI
  9. #define PXELOADER_KEEP_PXE
  10. #define _pxe_start _kkpxe_start
  11. #include "pxeprefix.S"