slackbuilds/system/mbootpack
Mario Preksavec 9b2ee6f34d system/mbootpack: Some fixes.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
2017-01-09 20:17:34 +00:00
..
patches system/mbootpack: Some fixes. 2017-01-09 20:17:34 +00:00
README system/mbootpack: Maintainer info update + minor fixes 2015-02-07 15:21:06 +07:00
mbootpack.SlackBuild system/mbootpack: Some fixes. 2017-01-09 20:17:34 +00:00
mbootpack.info system/mbootpack: Maintainer info update + minor fixes 2015-02-07 15:21:06 +07:00
slack-desc

README

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.