Int 21 Fn F27B - Novell Netware V4+ - Get Cpu Information [N]
AX = F27Bh subfn 08h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2186)
ES:DI -> reply buffer (see #2187)
Return: AL = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
reply buffer filled
Format of NetWare "Get CPU Information" request buffer:
Offset Size Description (Table 2186)
00h WORD 0005h (length of following data)
02h BYTE 08h (subfunction "Get CPU Information")
03h DWORD CPU number
See Also: #2187
Format of NetWare "Get CPU Information" reply buffer:
Offset Size Description (Table 2187)
00h DWORD current server time
04h BYTE vconsole version
05h BYTE vconsole revision
06h WORD reserved
08h DWORD number of CPUs
0Ch DWORD page table owner flag
10h DWORD CPU type flag
14h DWORD coprocessor flag
18h DWORD bus type flag
1Ch DWORD I/O engine flag
20h DWORD filesystem engine flag
24h DWORD non-dedicated flag
28h 201 BYTEs counted string: CPU string;number of coprocessors;bus string
See Also: #2186