diff --git a/bochs/bios/BIOS-bochs-2-processors b/bochs/bios/BIOS-bochs-2-processors index 96baa9a17..f95e8a0f7 100644 Binary files a/bochs/bios/BIOS-bochs-2-processors and b/bochs/bios/BIOS-bochs-2-processors differ diff --git a/bochs/bios/BIOS-bochs-4-processors b/bochs/bios/BIOS-bochs-4-processors index be8e0335a..b6df5c7e5 100644 Binary files a/bochs/bios/BIOS-bochs-4-processors and b/bochs/bios/BIOS-bochs-4-processors differ diff --git a/bochs/bios/BIOS-bochs-8-processors b/bochs/bios/BIOS-bochs-8-processors index a8740fa9f..f7ee47724 100644 Binary files a/bochs/bios/BIOS-bochs-8-processors and b/bochs/bios/BIOS-bochs-8-processors differ diff --git a/bochs/bios/BIOS-bochs-latest b/bochs/bios/BIOS-bochs-latest index c57cd7f5e..09b62990c 100644 Binary files a/bochs/bios/BIOS-bochs-latest and b/bochs/bios/BIOS-bochs-latest differ diff --git a/bochs/bios/rombios.c b/bochs/bios/rombios.c index 755425e89..7a653b1f1 100644 --- a/bochs/bios/rombios.c +++ b/bochs/bios/rombios.c @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: rombios.c,v 1.147 2005-09-09 16:33:49 vruppert Exp $ +// $Id: rombios.c,v 1.148 2005-09-09 18:56:05 vruppert Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2002 MandrakeSoft S.A. @@ -939,10 +939,10 @@ Bit16u cdrom_boot(); #endif // BX_ELTORITO_BOOT -static char bios_cvs_version_string[] = "$Revision: 1.147 $"; -static char bios_date_string[] = "$Date: 2005-09-09 16:33:49 $"; +static char bios_cvs_version_string[] = "$Revision: 1.148 $"; +static char bios_date_string[] = "$Date: 2005-09-09 18:56:05 $"; -static char CVSID[] = "$Id: rombios.c,v 1.147 2005-09-09 16:33:49 vruppert Exp $"; +static char CVSID[] = "$Id: rombios.c,v 1.148 2005-09-09 18:56:05 vruppert Exp $"; /* Offset to skip the CVS $Id: prefix */ #define bios_version_string (CVSID + 4) @@ -9925,7 +9925,7 @@ int09_handler: xor ax, ax mov ds, ax mov al, BYTE [0x496] ;; mf2_state |= 0x02 - or al, #0x01 + or al, #0x02 mov BYTE [0x496], al pop ds