From: Peter Dolding <oiaohm@bluebottle.com>
To: grub-devel@gnu.org
Subject: You have Missed the Biggest problem with Multiboot.
Date: Thu, 02 Feb 2006 16:25:33 +1000 [thread overview]
Message-ID: <43E1A5DD.5090303@bluebottle.com> (raw)
Funny as it seams its not the how it works exactly is the problem.
Lets take Reactos for example. Modules/drivers that must be loaded on
boot are declared in the registry of their OS.
Where in the current Grub can this be done. In the Config File of
grub. A lot of OS's need to be able alter how this information.
Inserting into the grub config is not always able to be done. In
Reactos it makes live harder because one copy would be in the registry
and one copy would be in the grub boot and would have to kept synced.
So for them it was simpler to develop their own boot loader than use
Multiboot.
Really what is required is a OS setup stub.
Stub returns list of modules and kernel to be used then Grub takes over
and does the multiboot. This is really just changing where you would
get the information from. Instead of the grub config file to where ever
is best for the OS.
This is a extra feature. Standard file system modules for grub. So if
I add a new OS using a different file system than currently installed
grub I just tell grub to use file system xxxx xxxx being the location of
the file system module. Also passing access to a standard file system
module threw to the stub. Since stub should only be doing read only
stuff and the file system module should only be read only it should not
be a problem..
Now if we could share standard file system modules with the other open
source boot loaders would save a double up of work.
OS developer with both parts are provided with a advantage at first they
don't have to write file system modules in a boot code to get OS working
only the read write file system driver of the OS. And it should be less
coding.
Peter Dolding
next reply other threads:[~2006-02-02 6:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-02 6:25 Peter Dolding [this message]
2006-02-02 10:36 ` You have Missed the Biggest problem with Multiboot Marco Gerards
-- strict thread matches above, loose matches on Subject: below --
2006-02-05 11:51 Peter Dolding
2006-02-05 14:11 ` Marco Gerards
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=43E1A5DD.5090303@bluebottle.com \
--to=oiaohm@bluebottle.com \
--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.