mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
[hci] Continue processing while prompting for shell banner
Continue calling step() while displaying the shell banner. This potentially allows TCP connections to close gracefully after a failed boot attempt. Inspired-by: Guo-Fu Tseng <cooldavid@cooldavid.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -102,6 +102,7 @@ struct console_driver {
|
||||
|
||||
extern void putchar ( int character );
|
||||
extern int getchar ( void );
|
||||
extern int getchar_timeout ( unsigned long timeout );
|
||||
extern int iskey ( void );
|
||||
extern int getkey ( void );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user