VirtualBox

Changeset 2535 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 8, 2007 12:27:08 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20969
Message:

Avoid build timestamp in the BIOS. Results in BIOS image compare errors
when restoring saves state with a rebuilt BIOS.

File:
1 edited

Legend:

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

    r2335 r2535  
    965965#ifdef VBOX
    966966static char bios_prefix_string[] = "BIOS: ";
    967 static char bios_cvs_version_string[] = "VirtualBox " VBOX_VERSION_STRING " built " __DATE__ " " __TIME__;
     967/* Do not use build timestamps in this string. Otherwise even rebuilding the
     968 * very same code will lead to compare errors when restoring saved state. */
     969static char bios_cvs_version_string[] = "VirtualBox " VBOX_VERSION_STRING;
    968970#define BIOS_COPYRIGHT_STRING "InnoTek VirtualBox BIOS"
    969971#else /* !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