[HACK] NT4 Intel SSE/SSE2 Driver for Any CPU

Discuss Windows 2000, NT, XP and Windows Server 2000, 2003, SBS 2003.
Post Reply
roytam1
Posts: 735
Joined: Mon Nov 03, 2008 6:15 am

[HACK] NT4 Intel SSE/SSE2 Driver for Any CPU

Post by roytam1 »

diff:
000000D8: CC 63
000000D9: F7 63
header checksum

000002CD: 03 01
000002CE: 7F 90
000002CF: 3E 90
(relax CPUID limit)

000002F5: 75 90
000002F6: 0B 90
(relax CPUID vendor string limit)

With these changes intlfxsr.sys works in every CPU including AMD and VIA C7 CPUs.

Image

Download: http://roy.dnsd.me/nt4sse.zip

WindowsBetalovr
User avatar
Posts: 257
Joined: Wed Feb 10, 2010 8:11 pm
Location: Sitting in front of a computer

Re: [HACK] NT4 Intel SSE/SSE2 Driver for Any CPU

Post by WindowsBetalovr »

Why would you want this? Please, enlighten me
"There is a fine line between fishing and just standing on the shore like an idiot."

roytam1
Posts: 735
Joined: Mon Nov 03, 2008 6:15 am

Re: [HACK] NT4 Intel SSE/SSE2 Driver for Any CPU

Post by roytam1 »

WindowsBetalovr wrote:Why would you want this? Please, enlighten me
I'd use another question to answer your question: Why limiting the ways for playing your toy?
With SSE-capable CPU and SSE driver, NT4 can run programs that requires SSE instructions.

Knabe91
User avatar
Posts: 68
Joined: Thu Jan 24, 2013 9:15 pm
Location: United States

Re: [HACK] NT4 Intel SSE/SSE2 Driver for Any CPU

Post by Knabe91 »

Very interesting, would this work on newer versions of NT? I have an old slot a Athlon with no sse/sse2 support so it would be cool to get it to run sse code.

roytam1
Posts: 735
Joined: Mon Nov 03, 2008 6:15 am

Re: [HACK] NT4 Intel SSE/SSE2 Driver for Any CPU

Post by roytam1 »

Knabe91 wrote:Very interesting, would this work on newer versions of NT? I have an old slot a Athlon with no sse/sse2 support so it would be cool to get it to run sse code.
If the CPU doesn't support SSE/SSE2 at all, this driver cannot make it available.

Knabe91
User avatar
Posts: 68
Joined: Thu Jan 24, 2013 9:15 pm
Location: United States

Re: [HACK] NT4 Intel SSE/SSE2 Driver for Any CPU

Post by Knabe91 »

roytam1 wrote:
Knabe91 wrote:Very interesting, would this work on newer versions of NT? I have an old slot a Athlon with no sse/sse2 support so it would be cool to get it to run sse code.
If the CPU doesn't support SSE/SSE2 at all, this driver cannot make it available.
So it only allows NT4 to use SSE/SSE2 code?

roytam1
Posts: 735
Joined: Mon Nov 03, 2008 6:15 am

Re: [HACK] NT4 Intel SSE/SSE2 Driver for Any CPU

Post by roytam1 »

Knabe91 wrote:
roytam1 wrote:
Knabe91 wrote:Very interesting, would this work on newer versions of NT? I have an old slot a Athlon with no sse/sse2 support so it would be cool to get it to run sse code.
If the CPU doesn't support SSE/SSE2 at all, this driver cannot make it available.
So it only allows NT4 to use SSE/SSE2 code?
Yes.
NT4 kernel rejects SSE/SSE2 instructions without this driver.

z180
Donator
Posts: 982
Joined: Sat Aug 21, 2010 5:10 pm
Location: In front of my Toughbook

Re: [HACK] NT4 Intel SSE/SSE2 Driver for Any CPU

Post by z180 »

Good for the many Windows 2000 beta builds here on FTP.
Stephen Elop….I curse you, that after your death your soul will be forever trapped in the sourcecode of Windows and one day Microsoft will fall because of that virus code!

Wheatley
User avatar
Donator
Posts: 1839
Joined: Thu Oct 25, 2012 8:19 pm
Location: shell32.dll

Re: [HACK] NT4 Intel SSE/SSE2 Driver for Any CPU

Post by Wheatley »

Yeah, thanks for this.
Windows Defender for great justice! Bugs are an international trading company. I need to defeat the anti-debugging and obfuscation methods. It wasn't for Intel's absurd ability to load in ie6. Why even waste time with people in an envelope?

Post Reply