X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fvga_regs.h;h=f29a81246c6912af52025ec30071d9c450e5ba0c;hb=564dade4aee58eb392b960dd33823b5e030869ac;hp=fd4a0686e179ea5841cfe967668887740a836fe0;hpb=68b024c05395634f2c024b0a69c6f4868b4b518a;p=palacios.git diff --git a/palacios/src/devices/vga_regs.h b/palacios/src/devices/vga_regs.h index fd4a068..f29a812 100644 --- a/palacios/src/devices/vga_regs.h +++ b/palacios/src/devices/vga_regs.h @@ -754,7 +754,7 @@ struct vga_attribute_mode_control_reg { uint8_t enable_line_graphics_char_code:1; // 1 => enable special line graphics characters // and force 9th dot to be same as 8th dot of char - uint8_t enable_blink; + uint8_t enable_blink:1; // 1 => MSB of the attribute means blink (8 colors + blink) // 0 => MSB of the attribute means intensity (16 colors) uint8_t reserved:1;