Re: confused kernel compressed code link address

2014-05-14 Thread Chuck Huang
hi Arn Ks, thx for your reply. So there is no global variables during the decompress process of kernel. best regards 2014-05-12 14:06 GMT+08:00 Arun KS : > Hi Chuck Huang, > > On Thu, May 8, 2014 at 5:25 PM, Chuck Huang wrote: >> Dear all, >> >> Now i am looking into kernel decompressed code,

Re: confused kernel compressed code link address

2014-05-12 Thread Arun KS
Hi Chuck Huang, On Thu, May 8, 2014 at 5:25 PM, Chuck Huang wrote: > Dear all, > > Now i am looking into kernel decompressed code, > arch/arm/boot/compressed/head.S > > As i objdump arch/arm/boot/compressed/vmlinux, the start section address is > 0x0. > > vmlinux.S > 373789| Disassembly of sect

confused kernel compressed code link address

2014-05-08 Thread Chuck Huang
Dear all, Now i am looking into kernel decompressed code, arch/arm/boot/compressed/head.S As i objdump arch/arm/boot/compressed/vmlinux, the start section address is 0x0. vmlinux.S 373789| Disassembly of section .text: 373790| 373791| : 373792| #endif if the code run in 0x8000 (whi