From: Marco Gerards <metgerards@student.han.nl>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: GRUB2 Sparc
Date: Tue, 27 Sep 2005 10:51:14 +0200 [thread overview]
Message-ID: <87k6h228sd.fsf@student.han.nl> (raw)
In-Reply-To: <4338B912.90901@bartgrantham.com> (Bart Grantham's message of "Mon, 26 Sep 2005 23:14:26 -0400")
Bart Grantham <bart-grubdevel@bartgrantham.com> writes:
> Marco Gerards wrote:
>
>>>Specifically, how are you handling
>>>different filesystem structures in the boot sector?
>>
>> On the PC the bootblock (512 bytes) load the GRUB kernel. This is a
>> binary image with a maximum size of 32KB (IIRC). This is loaded from
>> a fixed location and no filesystem specific code is involved.
>
> I suppose that the consequences of this are that filesystems that
> don't store the kernel contiguously (ie. compression, small-file
> consolidation tricks) on disk will be incompatible with GRUB2? Don't
> get me wrong, I think it's a reasonable tradeoff, I just want to make
> sure I understand correctly.
On the PC GRUB is installed right after the MBR, there you have a
space of 32KB. You could also store GRUB in some filesystems that
have reserved space for GRUB. This is filesystem specific.
So GRUB is either installed in a reserved region related to the
partitioning layout or a reserved region related to the filesystem.
There is a third way, that is storing a block list. In that case you
have very little space, just enough to store a block list. In that
case GRUB can be stored inside the filesystem and GRUB is not stored
contiguously. I think this is what lilo does.
--
Marco
next prev parent reply other threads:[~2005-09-27 9:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-11 4:35 GRUB2 Sparc Bart Grantham
2005-09-12 7:25 ` Vincent Pelletier
2005-09-23 7:29 ` Bart Grantham
2005-09-23 13:56 ` Marco Gerards
[not found] ` <4335D770.6050002@chumps.net>
[not found] ` <87vf0pa067.fsf@student.han.nl>
2005-09-25 19:14 ` Bart Grantham
2005-09-25 19:44 ` Marco Gerards
2005-09-27 3:14 ` Bart Grantham
2005-09-27 8:51 ` Marco Gerards [this message]
2005-09-26 8:39 ` Vincent Pelletier
2005-09-26 8:33 ` Vincent Pelletier
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=87k6h228sd.fsf@student.han.nl \
--to=metgerards@student.han.nl \
--cc=grub-devel@gnu.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.