mirror of
https://github.com/ipxe/ipxe
synced 2026-01-04 10:51:16 +03:00
[cmdline] Add ability to perform a warm reboot
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -6,6 +6,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define BDA_SEG 0x0040
|
||||
#define BDA_EQUIPMENT_WORD 0x0010
|
||||
#define BDA_FBMS 0x0013
|
||||
#define BDA_REBOOT 0x0072
|
||||
#define BDA_REBOOT_WARM 0x1234
|
||||
#define BDA_NUM_DRIVES 0x0075
|
||||
|
||||
#endif /* BIOS_H */
|
||||
|
||||
Reference in New Issue
Block a user