illumos-msr:Illumos CPU MSR 驱动程序

时间:2024-07-19 15:22:52
【文件属性】:

文件名称:illumos-msr:Illumos CPU MSR 驱动程序

文件大小:11KB

文件格式:ZIP

更新时间:2024-07-19 15:22:52

C

Illumos 的(非常)草案 MSR 访问驱动程序 骨架是 cpuid 驱动程序。 用法 设备文件/dev/cpu/self/msr在与请求的 MSR 对应的偏移量处打开并读取。 返回 64 位。 包括使用各种 MSR 读取英特尔 CPU 内核温度的示例使用应用程序。 问题: wrmsr未经测试 没有安全检查 安装 make install 测试 单插座机(至强E3-1265L V2): # ./cputemp Found 8 CPU(s) in 1 socket(s) Socket #0 temp : 41 °C Core #0 temp : 35 °C Core #1 temp : 37 °C Core #2 temp : 33 °C Core #3 temp : 41 °C 一台双路机(至强E5506,无封装热监控): # ./cputemp Found 8


【文件预览】:
illumos-msr-master
----.gitignore(321B)
----README.md(1KB)
----cputemp.c(7KB)
----LICENSE(1KB)
----coretemp()
--------README.md(3KB)
--------coretemp.c(6KB)
--------coretemp.conf(1012B)
--------Makefile(435B)
----msr.conf(1007B)
----Makefile(538B)
----msr.c(5KB)

网友评论