diff options
author | mario <mario@slackverse.org> | 2010-07-01 02:08:47 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-01 02:08:47 -0500 |
commit | fcd5e68950519d054e2f8aff018cc128e10533b2 (patch) | |
tree | 95087a8f54d76bb5d6b8f8cf51f53fbf2c6168b0 /system/mbootpack/README | |
parent | 53d7865ee07138dc883405c016089cecb3b92c61 (diff) | |
download | slackbuilds-fcd5e68950519d054e2f8aff018cc128e10533b2.tar.gz |
system/mbootpack: Added (multiboot kernel/module packer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/mbootpack/README')
-rw-r--r-- | system/mbootpack/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/mbootpack/README b/system/mbootpack/README new file mode 100644 index 0000000000..d613e4069e --- /dev/null +++ b/system/mbootpack/README @@ -0,0 +1,9 @@ +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. |