Int 16/AX=6F04h

Prev Next Ralf Interrups Categories Contents

------

HP Vectra EX-BIOS - F16_DEF_MAPPING - GET DEFAULT KEY MAPPINGS

AX = 6F04h
ES:SI -> mapping buffer (see #00600)

Return:
AH = 00h (successful) CX = 001Eh (number of bytes in buffer) ES:SI buffer filled

Notes: Supported by the original HP Vectra AT and ES/QS/RS series HP Vectras. The HIL input system translates the HIL keyboard events to simulate an IBM-compatible keyboard; the translation can be altered dynamically by applications

See Also: AX=6F00h - AX=6F05h - AX=6F06h

Format of HP Vectra EX-BIOS keyboard mapping info: Offset Size Description (Table 00600) 00h 3 WORDs entry for V_QWERTY driver (IP, CS, DS) 06h 3 WORDs entry for V_SOFTKEY driver (IP, CS, DS) 0Ch 3 WORDs entry for V_FUNCTION driver 12h 3 WORDs entry for V_NUMPAD driver 18h 3 WORDs entry for V_CCP driver

Category: Vendor-specific BIOS Extensions - Int 16h - H

------

Prev Next Ralf Interrups Categories Contents