From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [xen-unstable] Remove obsolete tool 'mbootpack'. SYSLINUX now supports Multiboot format. Date: Tue, 17 Oct 2006 12:55:13 -0500 Message-ID: <45351901.2060607@us.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is really a great little tool that I've gotten a lot of use out of. I still use it for things like QEMU which only supports the Linux boot protocol. Kudos to the guys that wrote this! Regards, Anthony Liguori Xen patchbot-unstable wrote: > # HG changeset patch > # User kfraser@localhost.localdomain > # Node ID fb9f7ac2fc542b74b0dd5f943c65cba9c44350be > # Parent fd37e715f50911a6bf041573e47fdad315d0cc43 > Remove obsolete tool 'mbootpack'. SYSLINUX now supports Multiboot format. > Signed-off-by: Keir Fraser > --- > tools/misc/mbootpack/GPL | 340 ------------ > tools/misc/mbootpack/Makefile | 63 -- > tools/misc/mbootpack/README | 75 -- > tools/misc/mbootpack/bin2c.c | 356 ------------ > tools/misc/mbootpack/bootsect.S | 136 ---- > tools/misc/mbootpack/buildimage.c | 176 ------ > tools/misc/mbootpack/mb_header.h | 90 --- > tools/misc/mbootpack/mb_info.h | 217 ------- > tools/misc/mbootpack/mbootpack.c | 704 ------------------------- > tools/misc/mbootpack/mbootpack.h | 109 --- > tools/misc/mbootpack/setup.S | 1064 -------------------------------------- > config/x86_32.mk | 1 > config/x86_64.mk | 1 > tools/misc/Makefile | 6 > 14 files changed, 3338 deletions(-)