Talk:OpenDolBoot

From WiiBrew
Jump to navigation Jump to search

There's a much simpler way to do this: add "-Wl,--section-start,.init=0x80003400" to the LDFLAGS line in your makefile. As long as you're using libogc 1.8.6 the resulting .dol can be booted by IOS. Tueidj 06:06, 11 January 2011 (CET)

i dont know much about the nandboot stuff, but shouldn't it be there? or has it be integrated into libogc? also, using the tool its more flexible cause setting that entrypoint in makefile will make the whole app be around there right? so for example loading system menu's dol would fail (overwriting itself) and regular homebrew who use the default entrypoint will fail too :')
but you have a valid point. --DacoTaco 19:42, 11 January 2011 (CET)
I don't know what nandboot stuff you're talking about, since your ppc stub is just a binary blob in a .h file with no explanation of what it does (I hope you didn't take it from somewhere without permission). Tueidj 02:50, 12 January 2011 (CET)
well, i dont know where phpgeek got the nandcode from back when he released dolboot, i just took what he gave me before he disappeared of the face of the earth... at that time i guessed he got the nand boot from preloader or system menu itself since it didn't seem to look like the nand code's i had on my hard drive at that time--DacoTaco 22:49, 14 January 2011 (CET)