mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
New strategy: always stop both base code and UNDI. Always free base code
memory (unless we get an error while stopping the base code). Leave UNDI resident (though stopped) for .kpxe. Still need to add code to record the device identification parameters prior to stopping UNDI.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*****************************************************************************
|
||||
* PXE prefix that keep the PXE stack present
|
||||
* PXE prefix that keep the UNDI portion of the PXE stack present
|
||||
*****************************************************************************
|
||||
*/
|
||||
|
||||
#define PXELOADER_KEEP_ALL
|
||||
#define PXELOADER_KEEP_UNDI
|
||||
#include "pxeprefix.S"
|
||||
|
||||
Reference in New Issue
Block a user