summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/prefix/kkpxeprefix.S
blob: 02cc6feea688b6871616e9398cb4bc546e00035a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*****************************************************************************
 * PXE prefix that keeps the whole PXE stack present
 *****************************************************************************
 */

FILE_LICENCE ( GPL2_OR_LATER )

/* Since we have the whole stack, we can use cached DHCP information */
REQUEST_OBJECT ( pxeparent_dhcp )

#define PXELOADER_KEEP_UNDI
#define PXELOADER_KEEP_PXE
#include "pxeprefix.S"