2015/03/24

LOG: Struggling with HeliosX on DS-5

add-symbol-file "U:\svn\ub\u-boot\u-boot"  0x7fce000

break boot_jump_linux
break putstr
// hungs on printing the ending of the "I am Linux and I am on the HeliosX".
// seems the ending 0 has some problems.

add-symbol-file "U:\git\linux_hx\arch\arm\boot\compressed\vmlinux"  0x9000000

Import Memory Parameters
0x09000000
Check "Import file as binary image"
U:\Desktop\Link to linux_hx\zImage.bin

Interrupt (pause) the target
restore "U:\git\linux_hx\arch\arm\boot\zImage" binary S:0x09000000
add-symbol-file "U:\git\linux_hx\arch\arm\boot\compressed\vmlinux"  0x9000000
hbreak putstr
hbreak decompress_kernel
hbreak start

Section GOT and PLT

PLT:procedure linkage table
GOT: global offset table


https://www.technovelty.org/linux/plt-and-got-the-key-to-code-sharing-and-dynamic-libraries.html

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...