SlackBuildsOrg/system/mbootpack
mario fcd5e68950 system/mbootpack: Added (multiboot kernel/module packer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-07-01 02:08:47 -05:00
..
mbootpack-0.6a_asm_page_fix.patch system/mbootpack: Added (multiboot kernel/module packer) 2010-07-01 02:08:47 -05:00
mbootpack.info system/mbootpack: Added (multiboot kernel/module packer) 2010-07-01 02:08:47 -05:00
mbootpack.SlackBuild system/mbootpack: Added (multiboot kernel/module packer) 2010-07-01 02:08:47 -05:00
README system/mbootpack: Added (multiboot kernel/module packer) 2010-07-01 02:08:47 -05:00
slack-desc system/mbootpack: Added (multiboot kernel/module packer) 2010-07-01 02:08:47 -05:00

mbootpack (Multiboot kernel and modules)

This is a tool that takes a multiboot kernel and modules (e.g. a Xen
VMM, linux kernel and initrd), and packages them up as a single file
that looks like a bzImage linux kernel. The aim is to allow you to
boot multiboot kernels (in particular, Xen) using bootloaders that
don't support multiboot (i.e. pretty much anything except GRUB and
SYSLINUX). This is, as you might expect, pretty grim stuff, involving
lots of lovely 16-bit real-mode code.