Lines Matching refs:code
6 That means, the display code implementation and the vbebios code depend
11 This document does not describe how the Bochs display code will display gfx based upon this spec.
134 This way, the display code knows the vbebios 'ID' and the vbebios can check if the correct
135 display code is present.
136 …As a result, a PANIC can be generated if an incompatible vbebios/display code combination is detec…
137 This panic can be generated from the bochs display code (NOT the bios, see Notes).
143 It's illegal to set the XRES when the VBE is enabled (display code should generate PANIC).
145 If the value written exceeds VBE_DISPI_MAX_XRES, the display code needs to generate a PANIC.
151 It's illegal to set the YRES when the VBE is enabled (display code should generate PANIC).
153 If the value written exceeds VBE_DISPI_MAX_YRES, the display code needs to generate a PANIC.
159 It's illegal to set the BPP when the VBE is enabled (display code should generate PANIC).
161 If the value written is an incompatible BPP, the display code needs to generate a PANIC.
167 If the bios writes VBE_DISPI_ENABLED then the display code will setup a hostside display mode
169 …If the bios write VBE_DISPI_DISABLED then the display code will switch back to normal vga mode beh…
201 16, 24 and 32. The value of 4 is not yet handled in the VBE code.