简体   繁体   中英

Compilation of 2.6.35 Linux + Android patches. Physical address of the kernel image?

As the title says I'm compiling a linux kernel with android patches. I'm being asked a few configuration questions as this is my first time compiling. I was asked the following question:

Physical address of the decompressed kernel_image (ZRELADDR) [] (NEW)

I don't know what they are are asking. I think its odd to be asking for a specific address in memory. Any one familiar with this?

Some updated info: The source of this question is arch/arm/Kconfig

I found Google's recommended config here: http://source.android.com/devices/tech/kernel.html

I'm trying to make a connection now between the two now. Guess I need to read up on how .config files work

I figured out how to get through this issue. It turns out the previous question was asking if you wanted the decompressed kernel image address auto-calculated which I had said 'no' to(this was the default). I still can't imagine a situation where you would want to manually specify the address of a kernel image though & now I'm wondering if skipping this question is the right thing to do as the default is to have you answer it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM