9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Charles Forsyth <forsyth@terzarima.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] ok, *init* is running on ts7200
Date: Fri, 18 Mar 2005 16:30:33 +0000	[thread overview]
Message-ID: <46cfce6c709a9e19a483d5ae5445ab87@terzarima.net> (raw)
In-Reply-To: <Pine.LNX.4.58.0503180915500.1700@enigma.lanl.gov>

>>Oh my goodness that's stupid. I wonder why they did that?

it's certainly annoying.  for x86 fans (and those processors
often need big fans) i should explain that
at least real mode in the powerpc, which sets you back
to the instruction before you enabled vm, isn't as bad as `real'
mode on the x86, which sets you back about 25 years.
the powerpc at least is much the same processor but with
VM switched off (but you've got to jump through a few
hoops to put it on again).  one popular way to switch the mmu back on
is to do a return-from-interrupt back into the trap handler,
having saved the state.  one reason is that just setting
the appropriate bits in the MSR might cause trouble (or might not).
either way, to save the state you've got to
address the appropriate kernel save area.
are those memory accesses cached in that state?
well ... it depends.



  reply	other threads:[~2005-03-18 16:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-18 15:57 Ronald G. Minnich
2005-03-18 16:00 ` Ronald G. Minnich
2005-03-18 16:13   ` Charles Forsyth
2005-03-18 16:16     ` Ronald G. Minnich
2005-03-18 16:30       ` Charles Forsyth [this message]
2005-03-18 16:33       ` Charles Forsyth

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=46cfce6c709a9e19a483d5ae5445ab87@terzarima.net \
    --to=forsyth@terzarima.net \
    --cc=9fans@cse.psu.edu \
    /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;
as well as URLs for NNTP newsgroup(s).