VirtualBox

Ignore:
Timestamp:
Apr 5, 2008 11:36:02 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29306
Message:

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

Location:
trunk/src/VBox/Devices/Graphics/BIOS
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk

    r5999 r7759  
    4747        $(PATH_TARGET)/vgabios.bin \
    4848        $(PATH_TARGET)/VgaBiosBin.c \
     49        $(PATH_TARGET)/VgaDefBiosLogo.c \
    4950        \
    5051        $(PATH_TARGET)/_vgabios-cirrus_.c \
     
    9798        $(QUIET)$(TARGET_vgabiossums) $@
    9899
     100#
     101# The VGA BIOS Logo.
     102#
     103LIBRARIES += VgaDefBiosLogo
     104VgaDefBiosLogo_TEMPLATE  = VBOXR3
     105VgaDefBiosLogo_INCS      = $(VBOX_PATH_DEVICES_SRC)
     106VgaDefBiosLogo_SOURCES   = $(PATH_TARGET)/VgaDefBiosLogo.c
     107
     108#
     109# Rule for making the bios logo.
     110#
     111$(PATH_TARGET)/VgaDefBiosLogo.c: $(PATH_SUB_CURRENT)/innotek_logo.bmp $(VBOX_BIN2C)
     112        $(call MSG_TOOL,bin2c,VgaBiosBin,$<,$@)
     113        $(QUIET)$(VBOX_BIN2C) -max 64 VgaDefBiosLogo $< $@
     114
    99115
    100116include $(PATH_KBUILD)/subfooter.kmk
  • 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.

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