More actions
(Created page with "{{Infobox 3DS homebrew | title = OldLoader | image = https://dlhb.gamebrew.org/3dshomebrew/|250px | type = System Tools | version = v0.0.1 | licence = Mixed | author = d0k3 |...") |
m (Text replacement - "Category:3DS homebrew system tools" to "") |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = OldLoader | |title=OldLoader | ||
| image = | |image=Oldloader2.png | ||
| type = System Tools | |description=Boot GodMode9 from old entrypoints. | ||
| version = | |author=d0k3 | ||
| | |lastupdated=2017/08/13 | ||
| | |type=System Tools | ||
|version=0.0.1 | |||
| | |license=Mixed | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/oldloader.7z | ||
|website=https://github.com/d0k3/OldLoader | |||
|source=https://github.com/d0k3/OldLoader | |||
}} | }} | ||
OldLoader is an application that can boot FIRMs from old entrypoints. Please note it does not provide a proper boot9strap environment (regarding AES key and TWL setups) and also does not identify as such. For this reason, it will not run software that checks for (and requires) a proper boot9strap environment, among those CFWs. | |||
'''Note:''' This has only been tested with GodMode9 only and only intended for advanced users. Use at your own risk. To developers, edits to the source that would fake a boot9strap environment are discouraged, as running b9s-only payloads the OldLoader-way may pose a significant bricking risk to the users. | |||
==Installation== | |||
Copy the FIRM of your choice to your SD card as <code>boot.firm</code>, then run OldLoader via the entrypoint of your choice. | |||
==Credits== | |||
== Credits == | * Normmatt, for sdmmc.c/sdmmc.h. | ||
* | * Cha(N), Kane49, and all other FatFS contributors for FatFS. | ||
* | * Wolfvak for providing the FIRM chainloader and being a great guy. | ||
* | * Al3x_10m for providing his assistance in testing this. | ||
* | * Gelex for being of great help on countless occasions. | ||
* | * The fine folks on freenode #Cakey. | ||
* The fine folks on | * All [https://www.3dbrew.org/wiki/Main_Page 3dbrew.org] editors. | ||
* All | |||
* | ==External links== | ||
* GitHub - https://github.com/d0k3/OldLoader | |||
* GBAtemp - https://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/post-7511272 |
Latest revision as of 05:18, 6 Mayıs 2024
OldLoader | |
---|---|
General | |
Author | d0k3 |
Type | System Tools |
Version | 0.0.1 |
License | Mixed |
Last Updated | 2017/08/13 |
Links | |
Download | |
Website | |
Source | |
OldLoader is an application that can boot FIRMs from old entrypoints. Please note it does not provide a proper boot9strap environment (regarding AES key and TWL setups) and also does not identify as such. For this reason, it will not run software that checks for (and requires) a proper boot9strap environment, among those CFWs.
Note: This has only been tested with GodMode9 only and only intended for advanced users. Use at your own risk. To developers, edits to the source that would fake a boot9strap environment are discouraged, as running b9s-only payloads the OldLoader-way may pose a significant bricking risk to the users.
Installation
Copy the FIRM of your choice to your SD card as boot.firm
, then run OldLoader via the entrypoint of your choice.
Credits
- Normmatt, for sdmmc.c/sdmmc.h.
- Cha(N), Kane49, and all other FatFS contributors for FatFS.
- Wolfvak for providing the FIRM chainloader and being a great guy.
- Al3x_10m for providing his assistance in testing this.
- Gelex for being of great help on countless occasions.
- The fine folks on freenode #Cakey.
- All 3dbrew.org editors.