From: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Multiboot overhaul
Date: Thu, 21 Jun 2007 11:28:16 +0700 [thread overview]
Message-ID: <4679FE60.8070906@gmail.com> (raw)
In-Reply-To: <87abuuhmhp.fsf@xs4all.nl>
Marco Gerards wrote:
> Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com> writes:
>
> Hi,
>
>> I'm working on a microkernel for x86_64 (with looking forward to ppc64
>> and sparc64 ports). As you know, microkernels are quite useless without
>> user-space servers that provide "classic" OS services. But microkernels
>> are so useless that they even cannot load servers from disk :). That's
>> why bootloader need to load servers images directly into memory in
>> addition to image of microkernel itself. For i386-pc we have multiboot
>> and it "just works". But it's really too i386-pc-specific. We also
>> have draft of next multiboot version, but I think it still lacks
>> flexibility (e.g. single 'flags' field for all image format, platform,
>> and machine related features requests, no versioning). So I've
>> implemented new loader (patch attached) focused on exensibility and
>> versioning.
>
> Feel free to give feedback on the next multiboot. I think you
> understand we can't just accept a loader for something that is not
> discussed and most people are happy with.
Of course, posting the patch was just the shortest way to show people
the idea. Otherwise it would've taken many lines of text to describe
everything.
> What's on the wiki is the result of discussion, but it is still open for
> discussion. Did you look at the information about this on the wiki?
Yes, but I think my solution is too different from multiboot to be
merged with it. It's just two ways of doing things, both of them will
work. To say the truth, if I had found multiboot2 implemented I would've
just started to using it. But I didn't, so I said to myself "Let's
design a loading scheme, it should be fun" :)
prev parent reply other threads:[~2007-06-21 4:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-20 7:34 Multiboot overhaul Mikhail Vorozhtsov
2007-06-20 11:52 ` Marco Gerards
2007-06-21 4:28 ` Mikhail Vorozhtsov [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=4679FE60.8070906@gmail.com \
--to=mikhail.vorozhtsov@gmail.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.