Post
Topic
Board Mining (Altcoins)
Re: AMD Memory Tweak - Read and modify memory timings on the fly - [Vega Friendly]
by
Remember remember the 5th of November
on 27/03/2019, 09:18:23 UTC
I am trying to port this over to Windows for everybody.
Is there any tips you might have besides making use of the PCUtil's app?
I've not programmed in a long while so this is a bit out of my wheelhouse but somebody should step up.. well i'm that sucker.

Thank you! Any help is greatly appreciated. The fact you got this working on Linux and how fast the many mining OS's are implementing this, is great. I only wish i could do this conversion to Windows faster.

Thank you for this beautiful code.

Nefarious Fool
"To run a thousand miles is in awesome feat... too bad you can just take a flight and do the same thing in 2hrs... It sure does make it a lot less monumental"
Yes. Linux provides the mechanisms to work with MMIO, physical memory etc, but windows exposes no such API or method. So you need a kernel mode driver to work with physical memory. On top of that you need to self-sign it, or disable Driver Signature Enforcement for said driver to work. Or pay $100 or so to sign it legitimately.