X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fvmboot%2Frombios%2Frombios.c;h=f754badb88392411c01577220fb009610471440d;hb=175e16eb9ea5db34e144aa3a4e0faa0fc87ce5e9;hp=258154e0eb3455bb7cab6293b93a1d65625404e8;hpb=c07f7f11e5d781b90f4d8876d12f3fc4e47309ad;p=palacios.git diff --git a/palacios/src/vmboot/rombios/rombios.c b/palacios/src/vmboot/rombios/rombios.c index 258154e..f754bad 100644 --- a/palacios/src/vmboot/rombios/rombios.c +++ b/palacios/src/vmboot/rombios/rombios.c @@ -1,6 +1,6 @@ // -*- fundamental -*- ///////////////////////////////////////////////////////////////////////// -// $Id: rombios.c,v 1.15 2008/08/14 18:37:38 cuizheng Exp $ +// $Id: rombios.c,v 1.16 2008/08/14 20:04:33 cuizheng Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2002 MandrakeSoft S.A. @@ -946,10 +946,10 @@ Bit16u cdrom_boot(); #endif // BX_ELTORITO_BOOT -static char bios_cvs_version_string[] = "$Revision: 1.15 $"; -static char bios_date_string[] = "$Date: 2008/08/14 18:37:38 $"; +static char bios_cvs_version_string[] = "$Revision: 1.16 $"; +static char bios_date_string[] = "$Date: 2008/08/14 20:04:33 $"; -static char CVSID[] = "$Id: rombios.c,v 1.15 2008/08/14 18:37:38 cuizheng Exp $"; +static char CVSID[] = "$Id: rombios.c,v 1.16 2008/08/14 20:04:33 cuizheng Exp $"; /* Offset to skip the CVS $Id: prefix */ #define bios_version_string (CVSID + 4)