mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
Call hide_etherboot() from startup(), rather than requiring the prefix to
do it.
This commit is contained in:
@@ -17,6 +17,8 @@ enum hidemem_region_id {
|
||||
EXTMEM,
|
||||
};
|
||||
|
||||
extern void hide_etherboot();
|
||||
extern void unhide_etherboot();
|
||||
extern void hide_region ( unsigned int region_id, physaddr_t start,
|
||||
physaddr_t end );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user