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.

kkkpxeprefix.S 587B

1234567891011121314151617
  1. /*****************************************************************************
  2. * PXE prefix that keeps the whole PXE stack present and provides an exit hook
  3. *
  4. * This prefix is essentially intended solely for the case of ipxelinux.0
  5. *****************************************************************************
  6. */
  7. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
  8. /* Provide the PXENV_FILE_EXIT_HOOK API call */
  9. REQUIRING_SYMBOL ( _kkkpxe_start )
  10. REQUIRE_OBJECT ( pxe_exit_hook )
  11. #define PXELOADER_KEEP_UNDI
  12. #define PXELOADER_KEEP_PXE
  13. #define _pxe_start _kkkpxe_start
  14. #include "pxeprefix.S"