INT 21 - Novell NetWare v4+ - GET ACTIVE LAN BOARD LIST                         
	AX = F27Bh subfn 14h
	CX = length of request buffer in bytes
	DX = length of reply buffer in bytes
	DS:SI -> request buffer (see #02509)
	ES:DI -> reply buffer (see #02510)
Return: AL = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)
	reply buffer filled


Format of NetWare "Get Active LAN Board List" request buffer:
Offset	Size	Description	(Table 02509)
 00h	WORD	0005h (length of following data)
 02h	BYTE	14h (subfunction "Get Active LAN Board List")
 03h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	start number
SeeAlso: #02510


Format of NetWare "Get Active LAN Board List" reply buffer:
Offset	Size	Description	(Table 02510)
 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	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	maximum number of LANs
 0Ch	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	number of LAN board numbers returned
 10h 50 DWORDs	board numbers
SeeAlso: #02509