Difference between revisions of "Front SD ELF Loader"
Jump to navigation
Jump to search
m (touchups) |
|||
Line 1: | Line 1: | ||
− | + | 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. | + | 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. | 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.) | + | 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. | There are probably still some bugs so don't blame me if something goes wrong. | ||
Line 14: | Line 13: | ||
==Credits== | ==Credits== | ||
− | *Internal SD stuff by bushing, marcan and maybe some more people. I just reversed the twilight hack elf loader. | + | *Internal SD stuff by [[User:Bushing|bushing]], [[User:Marcan|marcan]] and maybe some more people. I just reversed the twilight hack elf loader. |
− | *FatFs by elm-chan.org | + | *FatFs by [http://elm-chan.org/fsw/ff/00index_e.html elm-chan.org]]. |
− | *ELF loading code taken from | + | *ELF loading code taken from [[Geckoloader]] by [[User:Dhewg|dhewg]], #wiidev at efnet. Written by [[User:Dhewg|dhewg]], [[User:Tmbinc|tmbinc]] and William L. Pitts |
*People from #wiidev who helped me with a few problems ;) | *People from #wiidev who helped me with a few problems ;) | ||
Revision as of 03:06, 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)
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 ;)