nando 19.07.2011, 14:42 (edited by nando, 19.07.2011, 14:57) |
Can a DOS-based MSR tool write to a specific core? (Developers) |
Hi, new onboard here. Thank you rr for making it happen :) --- |
RayeR CZ, 19.07.2011, 18:18 @ nando |
Can a DOS-based MSR tool write to a specific core? |
I guess it needs APIC initialization and I don't know about any DOS app that handle it to utilize multicore. I remember there was a discussion and maybe Japheth tried some experiments with it. DJGPP and other DOS C compilers generate singlethread code without any control of APIC. In my case I use affinity function that works for windows and linux and compile to dummy function on DOS. --- |