All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: sparclinux@vger.kernel.org
Subject: Re: [PATCH] silo: move second to make room for larger kernel
Date: Mon, 15 Jun 2009 09:12:04 +0000	[thread overview]
Message-ID: <20090615.021204.08039905.davem@davemloft.net> (raw)
In-Reply-To: <4A325654.3050201@earthlink.net>

From: Robert Reif <reif@earthlink.net>
Date: Sun, 14 Jun 2009 08:59:50 -0400

> Would it be possible to use silo to load the kernel at its
> final destination like the sun bootloader aparently does?
> 
> This seems so simple that I can't believe it hasn't been
> done before so there must be issues with this approach.
> 
> Can anyone please give me some feedback?

We just never implemented this way because there was never
a need for such complexity.  Originally the kernel was A.OUT
and we need to support relocation for the sake of network
booting anyways.

You will need to make the relocation case work for the sake
of net booting no matter what.  Otherwise large kernels will
work for SILO boots but not for networking boots, which
eliminates an installation scheme for a whole class of users.

Why not simply make the relocating code move more than 3MB
of mappings to the final location?  What prevents that from
working?

  parent reply	other threads:[~2009-06-15  9:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-12 13:21 [PATCH] silo: move second to make room for larger kernel Robert Reif
2009-06-12 13:24 ` Robert Reif
2009-06-14 12:59 ` Robert Reif
2009-06-15  1:38 ` Chris Newport
2009-06-15  8:48 ` David Miller
2009-06-15  9:12 ` David Miller [this message]
2009-08-03  2:12 ` David Miller
2009-08-15  0:11 ` David Miller
2009-09-03  9:57 ` David Miller

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=20090615.021204.08039905.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=sparclinux@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.