From: emmess AT bml DOT se DOT org (Martin Svenningsson) Subject: Pentium bug work-around 12 Nov 1997 08:38:17 -0800 Message-ID: <3.0.3.32.19971112172349.009ae3a0.cygnus.gnu-win32@triton.tripnet.se> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: gnu-win32 AT cygnus DOT com This if forwarded from the bugtraq: ---forwarded msg--- From: Ralf Rudolph <rrudolph AT ARTIFEX DOT DE> Hi everyone, I just confirmed that disabling the 1st Level Cache (as someone suggested here) in the BIOS (if it offers that option) makes at least Windows NT 4.0 immune against the F0-attack. You can leave the 2nd level Cache enabled. Of course, this makes NT run at a crawl.. PS: This is a F0-Bug-hack written in Delphi 3.0, for those of us who prefer pascal over C :) program F0Bug; uses windows; begin asm db $f0,$0f,$c7,$c8; end; end. ------------------- ________________________________________________ IRL : Martin Svenningsson - Helsingborg, SWEDEN URL : http://www.tripnet.se/~emmess/ - go visit IRC : EmmEss on irc.dal.net and irc.valhall.net MAIL : emmess AT triton DOT tripnet DOT se - finger for PGP - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".