Function 0     : Get Version Number

Entry : BX = 0.
AH = Major version number.
Exit : AL = Minor version number.

This function returns the version number of the driver.
Calling program should check the version number first before
any other functions may be invoked. The Program should abort,
if the version number is not the one it is implemented on.