[ros-dev] ReactOS on ARM, working on the iPhone

2012-06-22 Thread Richardo Stallmanu
Hello everyone! I just got freeldr working properly (sort of) on the iPhone 4! Currently, I use Apple's iBSS (first stage DFU bootloader), with the go command patched to always branch to 0x4100. 0x4100 contains the actual LLB, which is relocated to 0x4200. The LLB will initialize the R

Re: [ros-dev] ReactOS on ARM, working on the iPhone

2012-06-22 Thread Sven Barth
On 22.06.2012 21:06, Richardo Stallmanu wrote: Hello everyone! I just got freeldr working properly (sort of) on the iPhone 4! Currently, I use Apple's iBSS (first stage DFU bootloader), with the go command patched to always branch to 0x4100. 0x4100 contains the actual LLB, which is reloc

Re: [ros-dev] ReactOS on ARM, working on the iPhone

2012-06-22 Thread rms
Of course. we need to also reinitialize the arm address table translation register as the mappings created by iBoot will not work for windows nt. for the boot chain, I still need to get ramdisks working. this will most likely involve hooking the iBoot command list and adding our own ramdisk com