mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* MTRRs question
@ 2003-07-21 23:03 Bryan K.
  0 siblings, 0 replies; only message in thread
From: Bryan K. @ 2003-07-21 23:03 UTC (permalink / raw)
  To: linux-kernel

I have an athlon-tbird cpu with 768MB and I am doing some experiments with 
MTRRs. I want to have the first 512 MB of ram write-back and the rest 256 
uncachable. So i (would like to) do:

echo "base=0x00000000 size=0x20000000 type=write-back" > /proc/mtrr
echo "base=0x20000000 size=0x10000000 type=uncachable" > /proc/mtrr

But after the execution of the first command and before I complete the 
typing of the second the system hangs.
What is really a mystery for me is that if i do the echos in the opposite 
order, meaning

echo "base=0x20000000 size=0x10000000 type=uncachable" > /proc/mtrr
echo "base=0x00000000 size=0x20000000 type=write-back" > /proc/mtrr

everyting works as expected.
I would be grateful if someone cound give me some explanation of this.
Thank you in advance.

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-21 22:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-21 23:03 MTRRs question Bryan K.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®