Int 21/AH=EAh

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare, Alloy NTNX - RETURN SHELL VERSION

AH = EAh
AL = return version environment string
00h         don't return string
nonzero     get environment string
ES:DI -> 40-byte buffer for string

Return:
Buffer filled with three null-terminated entries: major operating system version hardware type

Return:
AH = operating system (00h = MS-DOS) AL = hardware type 00h IBM PC 01h Victor 9000 BH = major shell version BL = minor shell version CH = (v3.01+) shell type 00h conventional memory 01h expanded memory 02h extended memory CL = shell revision number

Note: This function is supported by NetWare 4.6 and Advanced NetWare 1.0+

See Also: INT DF"Victor"

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents