All of lore.kernel.org
 help / color / mirror / Atom feed
* Idea: move grub-emu to a separate platform
@ 2009-03-28  6:36 Bean
  2009-03-28  7:08 ` Vesa Jääskeläinen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bean @ 2009-03-28  6:36 UTC (permalink / raw)
  To: The development of GRUB 2

Hi,

Currently, the grub-emu is in every rmk files, but I don't see the
difference between grub-emu in i386-pc, i386-coreboot or i386-efi. In
fact, grub-emu runs inside the host os, it can't access firmware
facility anyway. One quick fix to move grub-emu to i386.rmk, but we
could also put it in a new platform altogether, something like
i386-host.

The advantage of using a separate platform is that we could now use
modules like the other platform, instead of embedding all source files
in grub-emu. For example, whenever we add a new command, we need to
modify the source list of grub-emu. But if we build i386-host like
other platform, we only need to change common.rmk.

What's more, i386-host is not just a testing tool, it could be a real
boot loader. kboot provides a minimum linux environment. We could use
i386-host as a front end, and use kexec to launch additional boot
files.

-- 
Bean



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-28 22:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-28  6:36 Idea: move grub-emu to a separate platform Bean
2009-03-28  7:08 ` Vesa Jääskeläinen
2009-03-28 13:42 ` Robert Millan
2009-03-28 22:08   ` David Miller
2009-03-28 13:43 ` Robert Millan

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.