AX = 4C00h: Select Keyboard
This service selects the keyboard type from among those provided. If more than one keyboard is requested or the requested type is not provided, the service will return with an error indication. If successful, the keyboard type is recorded in the BIOS RAM Variable KYBFLG.
- Input: AX = 4C00h
BX = keyboard code
= 0008h FINLAND
= 0010h FRANCE
= 0020h GERMANY
= 0040h ITALY
= 0200h PORTUGUL
= 0400h SPAIN
= 0800h SWEDEN
= 8000h US
- Output: AH = 0ffh if more than one keyboard requested or keyboard type is not supported
AH = 000h if keyboard successfully selected