flat assembler
Message board for the users of flat assembler.
Index
> Windows > Get CPU temperature and fun speed. |
Author |
|
Roman 18 Sep 2015, 09:39
I found Win32_TemperatureProbe, but how using not understood.
|
|||
18 Sep 2015, 09:39 |
|
revolution 18 Sep 2015, 10:50
Roman wrote: Get ... fun speed |
|||
18 Sep 2015, 10:50 |
|
Roman 18 Sep 2015, 12:08
O ! Sorry , fan speed.
Friday. Fun |
|||
18 Sep 2015, 12:08 |
|
Roman 19 Sep 2015, 10:18
I found RDMSR (Intel pdf http://www.intel.com/content/www/us/en/embedded/testing-and-validation/cpu-monitoring-dts-peci-paper.html)
But my programm error on RDMSR and shut down. I using Fasm version 1.69.03 |
|||
19 Sep 2015, 10:18 |
|
revolution 19 Sep 2015, 11:06
RDMSR is a privileged instruction. For a normal user space application it generates an exception. You can only execute it at privilege level 0.
|
|||
19 Sep 2015, 11:06 |
|
Roman 19 Sep 2015, 11:10
If write driver and using RDMSR.
Its work ? |
|||
19 Sep 2015, 11:10 |
|
revolution 19 Sep 2015, 11:27
Roman wrote: If write driver and using RDMSR. See also: https://www.raymond.cc/blog/loading-unsigned-drivers-in-windows-7-and-vista-64-bit-x64/ |
|||
19 Sep 2015, 11:27 |
|
Andrew Martin 02 Oct 2015, 09:02
The motherboard contents SuperIO controller chip, which handles all information from sensors. You must find datasheet for your SuperIO controller chip. For example, in my computer, this chip accessible via CPU I/O ports, so INPOUT32.DLL may be used.
|
|||
02 Oct 2015, 09:02 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.