Talk:0wnboot

From The iPhone Wiki
Revision as of 23:38, 11 March 2009 by James (talk | contribs) (New page: ==Compiling== I can't seem to ever compile a good copy on Windows.. I'm using WinARM (http://tinyurl.com/d5nyhy); specifically arm-elf-as and arm-elf-objcopy. The resulting .bin is ~200 by...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Compiling

I can't seem to ever compile a good copy on Windows.. I'm using WinARM (http://tinyurl.com/d5nyhy); specifically arm-elf-as and arm-elf-objcopy. The resulting .bin is ~200 bytes too large, it is compiled as follows: arm-elf-as -o 0wnboot 0wnboot.S && arm-elf-objcopy -O binary 0wnboot 0wnboot.bin

Is there something wrong with WinARM or am I just missing flags? Also, any word on kbag support? I personally don't own a 2G yet, so I haven't been able to try planetbeing's crypto utility (I assume it works, but you never know), but it would be useful.