[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47FE7A6C.1070405@zytor.com>
Date: Thu, 10 Apr 2008 13:37:00 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: Yinghai Lu <yhlu.kernel@...il.com>
CC: Ingo Molnar <mingo@...e.hu>,
Alexander van Heukelum <heukelum@...lshack.com>,
Mike Travis <travis@....com>,
Thomas Gleixner <tglx@...utronix.de>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, heukelum@...tmail.fm
Subject: Re: [PATCH 1/2] boot: increase stack size for kernel boot loader
decompressor -- payload_length
Yinghai Lu wrote:
>>
>> FWIIW, i've been booting allyesconfig bzImages for a long time (with
>> only minimal amount of drivers disabled - mostly old ISA ones that
>> assume the presence of the real hardware), and they boot and work fine
>> on both 32-bit and 64-bit typical whitebox PCs. That means huge bzImages
>> that decompresses into a ~41 MB kernel image. I'd expect that to be a
>> rather severe test of the decompressor.
>
> payload_offset and payload_length in arch/x86/boot/head.S
> seems to be used by bootloader to seat the bzImage. or just use size
> of bzImage
>
payload_offset/payload_length are used by loaders for nonstandard
platform loaders which don't actually load a bzImage.
> long term, should add one field after payload_length like
> payload_unzip_length to make bootloader or kexec what buffer size
> needed.
You can look at the payload headers for that.
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists