LAB1
Data Structures | Functions

vt_info

Data Structures

struct  vt_info_t

Functions

void vt_info_get (vt_info_t *vi_p)
 Returns information on the VRAM and the screen dimensions.
void vt_info_display (vt_info_t *vi_p)
 Displays information on the VRAM and the screen dimensions.

Detailed Description

Functions related to the configuration of the video controller in text mode


Function Documentation

void vt_info_get ( vt_info_t vi_p)

Returns information on the VRAM and the screen dimensions.

Initializes vt_info_t structure passed as an address with the information on the VRAM and the screen dimensions

Parameters:
vi_paddress of vt_info_t structure to be initialized
void vt_info_display ( vt_info_t vi_p)

Displays information on the VRAM and the screen dimensions.

Parameters:
vi_paddress of vt_info_t structure to be displayed
 All Data Structures Variables