mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Bryan K." <ef057@hotmail.com>
To: linux-kernel@vger.kernel.org
Subject: MTRRs question
Date: Mon, 21 Jul 2003 23:03:18 +0000	[thread overview]
Message-ID: <Law15-F43PuZ91Bo1At0002a457@hotmail.com> (raw)

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


                 reply	other threads:[~2003-07-21 22:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Law15-F43PuZ91Bo1At0002a457@hotmail.com \
    --to=ef057@hotmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®