Talk:OpenDolBoot: Difference between revisions
Jump to navigation
Jump to search
←Created page with '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...' |
mNo edit summary |
||
| Line 1: | Line 1: | ||
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. [[User:Tueidj|Tueidj]] 06:06, 11 January 2011 (CET) | 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. [[User:Tueidj|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. --[[User:DacoTaco|DacoTaco]] 19:42, 11 January 2011 (CET) | |||
Revision as of 19:42, 11 January 2011
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)