Changes in / [71fa44c:9e34750] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/vesa_real.inc
r71fa44c r9e34750 154 154 mov $e_vesa_init - vesa_init, %di 155 155 push %di 156 /* Write the "VBE2" signature into the info structure in order 157 * to get proper mode information. The presence of "VBE2" 158 * indicates two things: 159 * 160 * - VBE controller information structure is expected to be 161 * 512 bytes long instead of 256 bytes. 162 * - The BIOS should report VBE 3.0 information (potentially 163 * including non-standard modes in the mode list). 164 */ 165 movl $0x32454256, (%di) 156 166 int $0x10 157 167
Note:
See TracChangeset
for help on using the changeset viewer.