vote up 1 vote down star

I need to map most of the computer memory as uswc to take advantage of non-caching movntdqa. Is there any easy way to do this under windows or linux?

flag

80% accept rate

1 Answer

vote up 0 vote down check

Under Linux, this is easy - although you'll have to be careful that you don't map kernel memory to W/C - that could get ugly. Assuming you know how to reserve a physical range of memory from userspace, you can then use "/proc/mtrr" to change the memory type.

One example page describing the interface is here

link|flag
makes sense. i just need to find out how todo it in windows - see separate question. – yigal May 19 at 15:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.