Changeset 32436 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 13, 2010 7:30:33 AM (14 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSEX64.dsc
r32394 r32436 2 2 3 3 # 4 # Copyright (C) 2009-2010 Sun Microsystems, Inc.4 # Copyright (C) 2009-2010 Oracle Corporation 5 5 # 6 6 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/edk2.patch-apple
r29229 r32436 87 87 + Decode an Apple formatted partition table 88 88 + 89 + Copyright (c) 2009 , Sun Microsystems.89 + Copyright (c) 2009-2010, Oracle Corporation 90 90 +**/ 91 91 + -
trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c
r26506 r32436 439 439 440 440 msg_vga_init: 441 .ascii " SunVirtualBox Version "441 .ascii "Oracle VM VirtualBox Version " 442 442 .ascii VBOX_VERSION_STRING 443 443 .ascii " VGA BIOS" -
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r30738 r32436 1015 1015 * very same code will lead to compare errors when restoring saved state. */ 1016 1016 static char bios_cvs_version_string[] = "VirtualBox " VBOX_VERSION_STRING; 1017 #define BIOS_COPYRIGHT_STRING " SunVirtualBox BIOS"1017 #define BIOS_COPYRIGHT_STRING "Oracle VM VirtualBox BIOS" 1018 1018 #else /* !VBOX */ 1019 1019 static char bios_cvs_version_string[] = "$Revision: 1.176 $ $Date: 2006/12/30 17:13:17 $";
Note:
See TracChangeset
for help on using the changeset viewer.