Download List

Descripción del Proyecto

mbootpack is a tool that takes a Multiboot kernel
and modules (e.g. a Xen VMM or a xen-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
(specifically, Xen) using bootloaders that don't
support the Multiboot standard (i.e. pretty much
anything except GRUB).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-12-09 22:48
0.6a

El "-t" bandera fue agregada para despojar a la hora de hacer rutas de las líneas de comando del módulo. El diseño se ha fijado para los núcleos que la carga por encima de 1MB y ahora están embarcados en 1MB y se trasladó al momento de arranque en lugar de tener un montón de ceros en el archivo de salida. 64-bit compila fueron hechas para funcionar correctamente.
Tags: Minor feature enhancements
The "-t" flag was added to strip out paths when
making module command-lines. The layout was fixed
for kernels that load above 1MB; they are now
loaded at 1MB and relocated at boot time instead
of having a lot of zeroes in the output file.
64-bit compiles were made to work properly.

2005-04-05 15:58
0.4

Minor fixes y limpieza se realizaron.
Tags: Code cleanup
Minor fixes and cleanups were done.

2005-04-03 15:42
0.3

La línea de comandos del núcleo es que se les suministra en el momento del arranque, en lugar de embalaje en el tiempo. El problema se resolvió con el envasado de la VMM Xen, que toma su información de inicio será inferior a 640 KB.
Tags: Minor feature enhancements
The kernel command line is now supplied at boot
time, instead of at packing time. A problem was
fixed with packing the Xen VMM, which assumes its
boot information will be below 640K.

2004-11-10 17:59
0.1

Esta versión es el código alfa. Se ha probado con el VMM Xen y el kernel xenlinux, cargado de GRUB y LILO. Otros núcleos de arranque múltiple y otros gestores de arranque debería funcionar, pero no han sido juzgados.
Tags: Initial freshmeat announcement
This version is alpha code. It has been tested
with the Xen VMM and xenlinux kernel, loaded from
GRUB and LILO. Other Multiboot kernels and other
bootloaders should work, but have not been tried.

Project Resources