level 8
转载:
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 to0x41000000. 0x41000000 contains the actual LLB, which is relocated to0x42000000.The LLB will initialize the ReactOS loader console and ARM loaderblock, which is sentto FreeLoader, just like on Omap3/Zoom2MDK and Versatile/PB.Time to get ramdisks working. :) <- There's your picture.-- winocm
2012年06月23日 06点06分
4
level 8
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 command to copy the image to some location in memory. current state of the arm port is that the kernel does boot, however arm3 memory init is missing, so we just hang there. Sent from my iPhone
2012年06月23日 06点06分
5