VirtualBox

Ignore:
Timestamp:
Apr 5, 2008 11:36:02 AM (17 years ago)
Author:
vboxsync
Message:

The BIOS logo stuff moved to VGA device. Added 24bpp bitmaps support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/vbe.h

    r5450 r7759  
    312312  /**
    313313   * VBE Bios Extra Data structure.
    314    * @remark duplicated in vga_int.h.
     314   * @remark duplicated in DevVGA.h.
    315315   */
    316316  typedef struct VBEHeader
     
    323323
    324324  /** The value of the VBEHEADER::u16Signature field.
    325    * @remark duplicated in vga_int.h. */
     325   * @remark duplicated in DevVGA.h. */
    326326  #define VBEHEADER_MAGIC      0x77CC
    327327 
    328328  /** The extra port which is used to read the mode list.
    329    * @remark duplicated in vga_int.h. */
     329   * @remark duplicated in DevVGA.h. */
    330330  #define VBE_EXTRA_PORT       0x3b6
    331331
    332332  /** The extra port which is used for debug printf.
    333    * @remark duplicated in vga_int.h. */
     333   * @remark duplicated in DevVGA.h. */
    334334  #define VBE_PRINTF_PORT      0x3b7
    335335
    336 
    337336#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette