Windows vs Linux
Mar. 14th, 2012 10:19 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Linux is definitely better :) e.g. I need to read and/or write couple of CPU MSRs.
Linux:
# modprobe msr
# ./readMsr.c
where readMsr.c just opens /dev/cpu/0/msr, seeks to MSR I need and reads.
Windows:
I have to develop a driver (or choose one of few available in internet, all of those buggy. Then interface depends on the driver.
Linux:
# modprobe msr
# ./readMsr.c
where readMsr.c just opens /dev/cpu/0/msr, seeks to MSR I need and reads.
Windows:
I have to develop a driver (or choose one of few available in internet, all of those buggy. Then interface depends on the driver.