In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Front SD ELF Loader: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Dsbomb (talk | contribs)
m touchups
Muzer (talk | contribs)
No edit summary
Line 11: Line 11:


See COPYING for the license (GNU GPL 2; and _only_ version 2)
See COPYING for the license (GNU GPL 2; and _only_ version 2)
==PAL==
This application is NOT PAL-friendly. No matter which mode your Wii is in, it will boot all applications into NTSC. Have an NTSC-compatible TV to use this.


==Credits==
==Credits==

Revision as of 10:56, 24 March 2008

This is just a small Front SD ELF loader with a menu, written by svpe, #wiidev@efnet, svpe@gmx.net.

Create an "elf" directory on your SD card and put all your ELF files in there. You can load the main file with a trucha disc or the twilight hack.

The miniloader is just a quick hack to make this work with trucha discs because the apploader i used didn't seem to support a non-standard entry point.

Just type "make" to compile (Hint: a precompiled binary is included.)

There are probably still some bugs so don't blame me if something goes wrong.

See COPYING for the license (GNU GPL 2; and _only_ version 2)

PAL

This application is NOT PAL-friendly. No matter which mode your Wii is in, it will boot all applications into NTSC. Have an NTSC-compatible TV to use this.

Credits

  • Internal SD stuff by bushing, marcan and maybe some more people. I just reversed the twilight hack elf loader.
  • FatFs by elm-chan.org].
  • ELF loading code taken from Geckoloader by dhewg, #wiidev at efnet. Written by dhewg, tmbinc and William L. Pitts
  • People from #wiidev who helped me with a few problems ;)

Download