X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fvmboot%2Frombios%2Frombios.c;h=93654a2140ea378cc6fee0ab280813295a2a1a99;hb=c3b81025fc7957141b1bc8d790f5850f008cc289;hp=081eeddd96557d88ebd198ae0c063e790cd3f7d1;hpb=c502aac6baf363d633aca6ec883b05476634e854;p=palacios.releases.git diff --git a/palacios/src/vmboot/rombios/rombios.c b/palacios/src/vmboot/rombios/rombios.c index 081eedd..93654a2 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.8 2008/06/23 17:15:19 pdinda Exp $ +// $Id: rombios.c,v 1.9 2008/07/02 17:58:44 pdinda Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2002 MandrakeSoft S.A. @@ -945,10 +945,10 @@ Bit16u cdrom_boot(); #endif // BX_ELTORITO_BOOT -static char bios_cvs_version_string[] = "$Revision: 1.8 $"; -static char bios_date_string[] = "$Date: 2008/06/23 17:15:19 $"; +static char bios_cvs_version_string[] = "$Revision: 1.9 $"; +static char bios_date_string[] = "$Date: 2008/07/02 17:58:44 $"; -static char CVSID[] = "$Id: rombios.c,v 1.8 2008/06/23 17:15:19 pdinda Exp $"; +static char CVSID[] = "$Id: rombios.c,v 1.9 2008/07/02 17:58:44 pdinda Exp $"; /* Offset to skip the CVS $Id: prefix */ #define bios_version_string (CVSID + 4) @@ -4169,7 +4169,7 @@ ASM_END case 0x20: // coded by osmaker aka K.J. if(regs.u.r32.edx == 0x534D4150) /* SMAP */ { -#if defined(HVMASSIST) && 1 +#if defined(HVMASSIST) && 0 if ((regs.u.r16.bx / 0x14) * 0x14 == regs.u.r16.bx) { Bit16u e820_table_size = read_word(0xe000, 0x8) * 0x14;