linuxsh
http://doyu.myhome.cx/~doyu/{archives}/linux/sh-boot
sh_sh3_le-objdump -d -S e.o > [doyu@oreo .memo]$ cd ~/target/root/ > [doyu@oreo root]$ cat e.c > > > > static int __init hello_init(void) > { > int i; > > printk("Hello %08x\n", i++); > > return 0; > } > > static void __exit hello_exit(voi…