VirtualBox

Changeset 26506 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Feb 14, 2010 9:25:17 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57677
Message:

Devices: tabs -> spaces.

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

Legend:

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

    r26003 r26506  
    8686//.ascii      "Bochs VBE Display Adapter enabled"
    8787.ascii       "VirtualBox VBE Display Adapter enabled"
    88 .byte   0x0a,0x0d
    89 .byte   0x0a,0x0d
    90 .byte   0x00
     88.byte        0x0a,0x0d
     89.byte        0x0a,0x0d
     90.byte        0x00
    9191
    9292_no_vbebios_info_string:
    9393.ascii       "No VirtualBox VBE support available!"
    94 .byte   0x0a,0x0d
    95 .byte   0x0a,0x0d
    96 .byte 0x00
     94.byte        0x0a,0x0d
     95.byte        0x0a,0x0d
     96.byte        0x00
    9797
    9898#ifdef DEBUG
     
    101101.ascii       VBOX_VERSION_STRING
    102102.ascii       " VBE Display Adapter"
    103 .byte   0x0a,0x0d, 0x00
     103.byte        0x0a,0x0d, 0x00
    104104#endif
    105105
     
    12071207
    12081208        if (vbe2_info)
    1209         {
     1209        {
    12101210                // OEM Stuff
    12111211                write_word(ES, DI + RT_OFFSETOF(VbeInfoBlock, OemSoftwareRev), VBE_OEM_SOFTWARE_REV);
     
    12681268
    12691269        if (vbe2_info)
    1270         {
     1270        {
    12711271                // OEM Stuff
    12721272                vbe_info_block.OemSoftwareRev = VBE_OEM_SOFTWARE_REV;
     
    12811281                memcpyb(ES, DI, ss, &vbe_info_block, sizeof(vbe_info_block));
    12821282        }
    1283         else
    1284         {
     1283        else
     1284        {
    12851285                // copy updates in vbe_info_block back (VBE 1.x compatibility)
    12861286                memcpyb(ES, DI, ss, &vbe_info_block, 256);
    1287         }
     1287        }
    12881288#endif /* !VBOX */
    12891289
  • trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c

    r26003 r26506  
    147147
    148148vgabios_start:
    149 .byte   0x55, 0xaa      /* BIOS signature, required for BIOS extensions */
    150 
    151 .byte   0x40            /* BIOS extension length in units of 512 bytes */
     149.byte   0x55, 0xaa      /* BIOS signature, required for BIOS extensions */
     150
     151.byte   0x40            /* BIOS extension length in units of 512 bytes */
    152152
    153153
     
    160160.ascii  "VirtualBox VGA BIOS"
    161161#else
    162 .ascii  "Plex86/Bochs VGABios"
    163 #endif
    164 .ascii  " "
    165 .byte   0x00
     162.ascii  "Plex86/Bochs VGABios"
     163#endif
     164.ascii  " "
     165.byte   0x00
    166166
    167167// Info from Bart Oldeman
     
    173173vgabios_version:
    174174#ifndef VGABIOS_VERS
    175 .ascii  "current-cvs"
     175.ascii  "current-cvs"
    176176#else
    177177.ascii VGABIOS_VERS
    178178#endif
    179 .ascii  " "
     179.ascii  " "
    180180
    181181vgabios_date:
    182182.ascii  VGABIOS_DATE
    183183.byte   0x0a,0x0d
    184 .byte   0x00
     184.byte   0x00
    185185#endif
    186186
    187187#ifndef VBOX
    188188vgabios_copyright:
    189 .ascii  "(C) 2003 the LGPL VGABios developers Team"
    190 .byte   0x0a,0x0d
    191 .byte   0x00
     189.ascii  "(C) 2003 the LGPL VGABios developers Team"
     190.byte   0x0a,0x0d
     191.byte   0x00
    192192#endif
    193193
    194194#ifndef VBOX
    195195vgabios_license:
    196 .ascii  "This VGA/VBE Bios is released under the GNU LGPL"
    197 .byte   0x0a,0x0d
    198 .byte   0x0a,0x0d
    199 .byte   0x00
     196.ascii  "This VGA/VBE Bios is released under the GNU LGPL"
     197.byte   0x0a,0x0d
     198.byte   0x0a,0x0d
     199.byte   0x00
    200200
    201201vgabios_website:
    202 .ascii  "Please visit :"
    203 .byte   0x0a,0x0d
     202.ascii  "Please visit :"
     203.byte   0x0a,0x0d
    204204;;.ascii  " . http://www.plex86.org"
    205 ;;.byte 0x0a,0x0d
    206 .ascii  " . http://bochs.sourceforge.net"
    207 .byte   0x0a,0x0d
    208 .ascii  " . http://www.nongnu.org/vgabios"
    209 .byte   0x0a,0x0d
    210 .byte   0x0a,0x0d
    211 .byte   0x00
     205;;.byte 0x0a,0x0d
     206.ascii  " . http://bochs.sourceforge.net"
     207.byte   0x0a,0x0d
     208.ascii  " . http://www.nongnu.org/vgabios"
     209.byte   0x0a,0x0d
     210.byte   0x0a,0x0d
     211.byte   0x00
    212212#endif
    213213
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