qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Increase maximum kernel size allowed by -kernel and


From: Ed Swierk
Subject: [Qemu-devel] [PATCH] Increase maximum kernel size allowed by -kernel and -initrd
Date: Sun, 30 Apr 2006 20:16:19 -0700

qemu fails to boot recent releases of Fedora Core with the
-kernel/-initrd options, since the kernel is large enough to overrun
the space allocated to it by qemu's built-in bootloader.

The attached patch simply moves the base address of the initrd to a
higher location, which allows sufficient space for a larger kernel.

Ideally qemu would figure out where to load the initrd based on the
size of the kernel, but I hope this patch is simple enough to solve
the problem for now.

--Ed

Attachment: qemu-initrd.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]