mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 20:09:53 +03:00
Note basemem API change.
This commit is contained in:
@@ -9,6 +9,16 @@ reserved.
|
|||||||
$Id$
|
$Id$
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NOTE TO SELF: basemem.c no longer zeroes freed base memory, because
|
||||||
|
* that behaviour is incompatible with librm. Instead, we must make
|
||||||
|
* sure that the !PXE and PXENV+ structures are rendered unusable
|
||||||
|
* (e.g. by destroying the signature) when we shut down an underlying
|
||||||
|
* pixie.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
#warning "undi.c needs to destroy the !PXE signature when freeing a pixie"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
|
|||||||
Reference in New Issue
Block a user