Everyone, Idwer,
I have radare question :
I played until this point : c:>radare2 -e asm.bits=16 -e io.va=true i946gz.bin -- radare2 is WYSIWYF - what you see is what you fix [f000:fff0]> S $s-0x10000 0xF000:0x0000 0x10000 0x10000 bootblk rwx [f000:fff0]> e asm.segoff=true [f000:fff0]> s 0xf000:0xffff0 [f000:ffff]>
How can I see the assembler code from there ? It's started from FFFF0....I'm sure the last byte instruction is jump to 0x00000
Cheers