diff options
| author | Michael Brown | 2013-03-22 14:54:44 +0100 |
|---|---|---|
| committer | Michael Brown | 2013-03-22 14:54:44 +0100 |
| commit | e68a6ca225115a8796e6d63ffc32856043e25886 (patch) | |
| tree | 3bb58a45adbf41533d910482618b2ea306e4cb2c /src/arch/i386/include | |
| parent | [efi] Add "reboot" command for EFI (diff) | |
| download | ipxe-e68a6ca225115a8796e6d63ffc32856043e25886.tar.gz ipxe-e68a6ca225115a8796e6d63ffc32856043e25886.tar.xz ipxe-e68a6ca225115a8796e6d63ffc32856043e25886.zip | |
[cmdline] Add ability to perform a warm reboot
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/i386/include')
| -rw-r--r-- | src/arch/i386/include/bios.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/include/bios.h b/src/arch/i386/include/bios.h index fadb9f1b7..3e6a845e3 100644 --- a/src/arch/i386/include/bios.h +++ b/src/arch/i386/include/bios.h @@ -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 */ |
