Home | History | Annotate | Download | only in pxe

Lines Matching defs:plan

134     char plan = 'A';
147 /* Plan A: !PXE structure as SS:[SP + 4] */
154 /* Plan B: PXENV+ structure at [ES:BX] */
155 plan++;
162 /* Plan C: PXENV+ structure via INT 1Ah AX=5650h */
163 plan++;
175 /* Plan D: !PXE memory scan */
176 plan++;
183 /* Plan E: PXENV+ memory scan */
184 plan++;
240 ddprintf("%s entry point found (we hope) at %04X:%04X via plan %c\n",
241 type, PXEEntry.seg, PXEEntry.offs, plan);