Chapter 4 VGA BIOS
120
Super VGA Functions,
Continued
Function 00h Return Super VGA Information
This function provides information to the calling program about the
general capabilities of the SVGA environment. The function fills an
information block structure at the address specified by the caller. The
information block size is 256 bytes.
Input:
AH = 4Fh SVGA is supported.
AL = 00h Return SVGA Information
ES:DI = Pointer to Buffer
Output:
AX = Status
All other registers are preserved
The information block has the following structure:
VgaInfoBlock struc
VESASignature db 'VESA' ; 4 signature bytes
VESAVersion
dw ?
; VESA version number
OEMStringPtr
dd ?
; Pointer to OEM string
Capabilities
db 4 dup (?)
; capabilities of the video environment
VideoModePtr
dd ?
; pointer to supported SVGA modes
TotalMemory
dw ?
; number of 64K memory blocks on board
Reserved
db 236 dup (?) ; Remainder of VgaInfoBlock
VgaInfoBlock ends
Содержание Super Voyager LPX
Страница 22: ...Super Voyager LPX ISA Motherboard User s Guide...
Страница 48: ...Chapter 2 Installation 42 Step 5 Install the Motherboard Continued...
Страница 67: ...Super Voyager LPX ISA Motherboard User s Guide...
Страница 172: ...Chapter 6 AMIBIOS Setup 166...
Страница 174: ...Chapter 6 AMIBIOS Setup 168...
Страница 178: ...Chapter 6 AMIBIOS Setup 172...
Страница 180: ...Chapter 6 AMIBIOS Setup 174...
Страница 190: ...Appendix A Upgrading Cache Memory 184...
Страница 200: ...Index 194...