|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] RAMDISK: Image too big
> > This is pretty odd. Are you able to build from source?
>
> Yes.
Build from src by adding Linux-2.4 to the KERNELS line in the top-level
Makefile, then 'make DEBUG=y world'.
Next, add an early printk hack to linux 2.4 by edditing
linux-2.4.29-xen0/kernel/printk.c to add the following call after the
va_end:
HYPERVISOR_console_io(CONSOLEIO_write, sizeof(printk_buf), printk_buf)
Then, 'make dist'.
When you boot the kernel you should see kernel output much earlier on.
Ian
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|