VirtualBox

Changeset 5451 in vbox for trunk/src


Ignore:
Timestamp:
Oct 23, 2007 7:04:54 PM (17 years ago)
Author:
vboxsync
Message:

Either show a logo or set a text mode. Avoids extraneous mode set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/rombios.c

    r5432 r5451  
    18891889  /* show graphical logo */
    18901890  show_logo();
     1891#else
     1892  /* set text mode */
     1893  ASM_START
     1894  mov  ax, #0x0003
     1895  int  #0x10
     1896  ASM_END
    18911897#endif /* !DEBUG */
    18921898#else /* !VBOX */
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