On Wed, Jun 02, 2010 at 04:35:25PM +0800, Wu Zhangjin wrote: > We have calculated VMLINUZ_LOAD_ADDRESS in shell, which is indecipherable. This > patch rewrites it in C. > > Changes: > > v3 -> v4: (feedback from Sam Ravnborg) > o Makefile: Follow the 80 characters' limit and Remove an un-needed objcopy. > o calc_vmlinuz_load_addr.c: Use a smaller alignment and Add more comments > > v2 -> v3: (feedback from Alexander Clouter) > o Drop the unneeded variable n > o Replace the last "unsigned long long" by uint64_t > > v1 -> v2: (feedback from Alexander Clouter) > o make it more portable > use EXIT_SUCCESS and EXIT_FAILURE as the return value, and use uint64_t > instead of "unsigned long long". > o add a missing return value > return EXIT_FAILURE if sscanf() not return 1 > > Signed-off-by: Wu Zhangjin <wuzhangjin@xxxxxxxxx> Acked-by: Sam Ravnborg <sam@xxxxxxxxxxxx>