INT 21 - Novell NetWare v4+ - GET PROTOCOL STACK BY BOARD                       
	AX = F27Bh subfn 29h
	CX = length of request buffer in bytes
	DX = length of reply buffer in bytes
	DS:SI -> request buffer (see #02515)
	ES:DI -> reply buffer (see #02516)
Return: AL = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)
	reply buffer filled


Format of NetWare "Get Protocol Stack by Board" request buffer:
Offset	Size	Description	(Table 02515)
 00h	WORD	0005h (length of following data)
 02h	BYTE	29h (subfunction "Get Protocol Stack by Board")
 03h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	LAN board number
SeeAlso: #02516


Format of NetWare "Get Protocol Stack by Board" reply buffer:
Offset	Size	Description	(Table 02516)
 00h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	current server time
 04h	BYTE	vconsole version
 05h	BYTE	vconsole revision
 06h	WORD	reserved
 08h	WORD	number of stacks listed (max 50)
 0Ah 50 DWORDs	protocol identifiers
SeeAlso: #02515