mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[init] Show startup and shutdown function names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -300,5 +300,6 @@ static void initrd_startup ( void ) {
|
||||
|
||||
/** initrd startup function */
|
||||
struct startup_fn startup_initrd __startup_fn ( STARTUP_LATE ) = {
|
||||
.name = "initrd",
|
||||
.startup = initrd_startup,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user