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