[bios] Support displaying and hiding cursor

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-08-06 15:10:58 +01:00
parent 5c4f1da2ce
commit 6566690ba1
2 changed files with 44 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define BDA_REBOOT 0x0072
#define BDA_REBOOT_WARM 0x1234
#define BDA_NUM_DRIVES 0x0075
#define BDA_CHAR_HEIGHT 0x0085
#endif /* BIOS_H */