Table des matières

INT 0x21 - 0x30 - Get DOS version (DOS 2+)

Request/Call:

reg value descr
AH 0x30

Return:

reg descr
AL Major version (2 → x)
AL Minor version (in hundredth decimal)
BH 0xFF: indicates MS-DOS, only if OEM vendor chooses to identify
0x00: indicates PC-DOS
BL:CX 24bit OEM Serial number if BH = 0xFF

Notes & Comments

Back