VirtualBox

Changeset 1434 in vbox for trunk


Ignore:
Timestamp:
Mar 13, 2007 9:00:06 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19467
Message:

Log boot attempts to the release log (not just failed attempts as previously).

File:
1 edited

Legend:

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

    r1433 r1434  
    19351935#endif /* !VBOX */
    19361936{
    1937 #ifdef VBOX
    1938 
    1939 #else /* !VBOX */
    19401937  Bit8u i;
    19411938
     
    19561953  else return;
    19571954
     1955#ifdef VBOX
     1956  BX_INFO("Booting from %s...\n",drivetypes[i]);
     1957#else /* !VBOX */
    19581958  printf("Booting from %s...\n",drivetypes[i]);
    19591959#endif /* !VBOX */
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