Closed GoogleCodeExporter closed 9 years ago
and mind sharing the dol so i can try and fix it?
Original comment by dac...@gmail.com
on 15 Mar 2010 at 8:17
wiiflow using C++, its twice bigger than cfg usbloader. I will try uploader it.
Original comment by noboo...@gmail.com
on 15 Mar 2010 at 9:00
Attachments:
nothing i can do. wiiflow will need to change their entrypoint to something
lower
that, or use a damn forwarder to boot wiiflow
Original comment by dac...@gmail.com
on 15 Mar 2010 at 9:15
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir
$@).map,--section-start,.init=0x80B00000,-
wrap,malloc,-wrap,free,-wrap,memalign,-wrap,calloc,-wrap,realloc,-
wrap,malloc_usable_size -T../rvl.ld
do you mean change init to lower address?
Original comment by noboo...@gmail.com
on 15 Mar 2010 at 11:28
hi, i change .init=0x80a80000 and rebuild all, this value same as CFG UL. And
it still
core dump while auto boot. but priiloader v0.2 boot no problem. is there
anything diffident in your void AutoBootDol( void ) function? HBC and channel
forwarder
launch this dol without any problem. But in priiloader v0.3b+, no mater direct
auto
boot or using forwarder, it always hang.
Original comment by noboo...@gmail.com
on 16 Mar 2010 at 5:10
try 80700000 ;)
Original comment by dac...@gmail.com
on 16 Mar 2010 at 5:57
Original issue reported on code.google.com by
noboo...@gmail.com
on 15 Mar 2010 at 6:37