Int 15 Fn 2302 u - Ibm Bios - Smart Energy System - Get Rom Startup Vide [B]

AX = 2302h
BL = data index (00h-0Dh) (see #0385)

Return: ES:BX -> table for register (see #0386,#0387)
CX = size of table in bytes (may be 0000h)

Note: IBM classifies this function as optional

See Also: AX=2300h,AX=2301h,AX=2303h

(Table 0385)
Values for PS/1 ROM startup video register tables:
00h DAC registers
01h ???
02h Palette registers
03h-0Dh ???

Format of PS/1 ROM startup DAC register table:
Offset Size Description (Table 0386)
00h WORD number of DAC registers in table
02h var array of 3-byte DAC register values, starting at register 00h

See Also: #0385

Format of PS/1 ROM startup Palette register table:
Offset Size Description (Table 0387)
00h 16 BYTEs colors for palette registers 00h through 0Fh
10h BYTE border color

See Also: #0385,#0017