Lab2
|
Data Structures | |
struct | vbe_mode_info_t |
Packed VBE Mode Info Block. More... | |
Functions | |
int | vbe_get_mode_info (unsigned short mode, vbe_mode_info_t *vmi_p) |
Returns information on the input VBE mode, including screen dimensions, color depth and frame buffer physical address. |
Functions related to the VBE standard
int vbe_get_mode_info | ( | unsigned short | mode, |
vbe_mode_info_t * | vmi_p | ||
) |
Returns information on the input VBE mode, including screen dimensions, color depth and frame buffer physical address.
Initializes the packed vbe_mode__info_t structure passed as an address with the information of the input mode, by calling VBE function 0x01 Return VBE Mode Information.
This function hides from its users all the details of the VBE interface.
mode | mode whose information should be returned |
vmi_p | address of vbe_mode_info_t structure to be initialized |