X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fvmboot%2Frombios%2Frombios.c;h=f754badb88392411c01577220fb009610471440d;hb=33717ee76445b728dfa74df98863f14118c8d41d;hp=4741deb6b44785bb112a5c47a641a245df26ca30;hpb=10d90467d53345f6b3c1ec575f34266253858333;p=palacios-OLD.git diff --git a/palacios/src/vmboot/rombios/rombios.c b/palacios/src/vmboot/rombios/rombios.c index 4741deb..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.13 2008/08/14 18:22:45 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.13 $"; -static char bios_date_string[] = "$Date: 2008/08/14 18:22:45 $"; +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.13 2008/08/14 18:22:45 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)