public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: ebiederm@xmission.com (Eric W. Biederman)
To: Jeremy Jackson <jeremy.jackson@sympatico.ca>
Cc: Jaswinder Singh <jaswinder.singh@3disystems.com>,
	peterw@dascom.com.au, "Albert D. Cahalan" <acahalan@cs.uml.edu>,
	linux-kernel@vger.kernel.org
Subject: Re: Kernel executation from ROM
Date: 19 Feb 2001 12:50:34 -0700	[thread overview]
Message-ID: <m1snlazc39.fsf@frodo.biederman.org> (raw)
In-Reply-To: <XFMail.20010219124909.peterw@dascom.com.au> <01e701c09a2a$21e789a0$bba6b3d0@Toshiba> <3A914E57.9990EB7C@sympatico.ca>
In-Reply-To: Jeremy Jackson's message of "Mon, 19 Feb 2001 11:48:23 -0500"

Jeremy Jackson <jeremy.jackson@sympatico.ca> writes:

> Jaswinder Singh wrote:
> 
> > Dear Sirs,
> >
> > Thanks for your help,
> >
> > I see . The biggest negative point of running kernel from ROM is that ROM
> > speed is slow :(
> 
> Also, the PCI specification forbids executing code from ROMs over the PCI bus.
> The system BIOS in a PC is not on the PCI bus, bus, but everything else is.

No it forbids executing boot roms that way, by a standard pc bios.  
The system BIOS in a PC is normally on the ISA bus which is reached
across via the PCI bus with a PCI->ISA bridge.

The thing is slow it really doesn't matter, all you need to do is
enable caching on that area of the physical address space.  You can't
do this on the alpha currently but only because the alpha sucks that
way.  You can on practically everything else.

As for ROM being slow on x86 you can enable the MTRR to speed things
up.  Usually though ROMs are at least as expensive as RAM, so it is
pointless.

Eric

  reply	other threads:[~2001-02-19 22:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <XFMail.20010219124909.peterw@dascom.com.au>
2001-02-19  4:12 ` Kernel executation from ROM Jaswinder Singh
2001-02-19  9:28   ` Bernd Eckenfels
2001-02-19 16:48   ` Jeremy Jackson
2001-02-19 19:50     ` Eric W. Biederman [this message]
2001-02-19 22:26       ` Jeremy Jackson
     [not found] <XFMail.20010220082732.peterw@dascom.com.au>
2001-02-20  5:04 ` Eric W. Biederman
2001-02-19  2:38 Jaswinder Singh

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=m1snlazc39.fsf@frodo.biederman.org \
    --to=ebiederm@xmission.com \
    --cc=acahalan@cs.uml.edu \
    --cc=jaswinder.singh@3disystems.com \
    --cc=jeremy.jackson@sympatico.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterw@dascom.com.au \
    /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