Home |
Driver VESA_32 |
Driver VESA_32This driver is initialized with function: PegScreen * CreatePegScreen_VESA_32(int Width = 800, int Height = 600); VESA_32 supports any VESA 32-bit color modes if the complete video memory is accessible in a linear address range. VESA BIOS version 2.0 or higher is required. This driver does not set the video mode at run time; rather, it expects that the desired mode has been set by RTTarget-32's boot code using the GMode command. Parameters Width and Height are only evaluated by the Windows emulation drivers. On the target, the screen resolution is determined by the current graphics mode set by the boot code through a GMode command. If the current video mode is not a VESA 32-bit color mode, or the video mode does not use a linear frame buffer, NULL is returned.
|