9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: steve@quintile.net, 9fans@9fans.net
Subject: Re: [9fans] 9atom-nix
Date: Wed,  9 Jan 2013 16:40:11 -0500	[thread overview]
Message-ID: <630d45bfb2d8aea88af2579266a83e4f@brasstown.quanstro.net> (raw)
In-Reply-To: <54e0b9d776dc13d14e7e019996954f1c@quintile.net>

On Wed Jan  9 16:37:17 EST 2013, steve@quintile.net wrote:
> > If it requires PAE, it will not run on Banias and Dothan B-stepping
> > and C-stepping (on 400MHz FSB) CPUs (most Pentium M's).
>
> one question, is the kernel able to print a message if it is started
> on incompatible machine:
>
> 	panic: this kernel requires PAE which is not supported by this hardware.
>
> Could save a lot of time messing about with the wrong kernel.

no.  you're welcome to add the test, but it would have to be
some fiddly assembly before the page tables are set up.

non-pae machines are unlikely to have >4gb of memory.

if unsure, with the 386 kernel, you can do this

	; aux/cpuid -f|grep pae

- erik



      reply	other threads:[~2013-01-09 21:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-09  3:03 erik quanstrom
2013-01-09  9:57 ` Anthony Martin
2013-01-09 13:25 ` Charles Forsyth
2013-01-09 21:26 ` Venkatesh Srinivas
2013-01-09 21:30   ` erik quanstrom
2013-01-09 21:36     ` Steve Simon
2013-01-09 21:40       ` erik quanstrom [this message]

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=630d45bfb2d8aea88af2579266a83e4f@brasstown.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    --cc=steve@quintile.net \
    /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).