aboutsummaryrefslogtreecommitdiff
path: root/system/mbootpack/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-02-10 15:33:47 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-12 13:32:49 +0700
commited93848ce597bcc1a39bb720a994b5e0a19394c0 (patch)
tree5686fbadf96b39a89c5e9921e5aea7b35fd69465 /system/mbootpack/README
parent96d63f87e28a8175c1c21f4c8a12f565fd9df055 (diff)
system/mbootpack: Fix 15.0 build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mbootpack/README')
-rw-r--r--system/mbootpack/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/system/mbootpack/README b/system/mbootpack/README
index d22e86a4c7e6d..d613e4069ec3b 100644
--- a/system/mbootpack/README
+++ b/system/mbootpack/README
@@ -1,8 +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.
+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.