old-MTGos/boot/3ds
2016-08-10 15:43:54 +02:00
..
fatfs Added a working fat driver and did some loading attempts 2016-08-05 15:15:47 +02:00
common.h copied some code 2016-08-04 22:00:49 +02:00
delay.h copied some code 2016-08-04 22:00:49 +02:00
delay.S copied some code 2016-08-04 22:00:49 +02:00
loader.ld Added a working fat driver and did some loading attempts 2016-08-05 15:15:47 +02:00
main.c Added relocation support and did my best to do work w/ them 2016-08-10 15:43:54 +02:00
Makefile Added relocation support and did my best to do work w/ them 2016-08-10 15:43:54 +02:00
readme copied some code 2016-08-04 22:00:49 +02:00
sdmmc.c copied some code 2016-08-04 22:00:49 +02:00
sdmmc.h copied some code 2016-08-04 22:00:49 +02:00
start.S Added a working fat driver and did some loading attempts 2016-08-05 15:15:47 +02:00
stdarg.h copied some code 2016-08-04 22:00:49 +02:00
tmp copied some code 2016-08-04 22:00:49 +02:00

Every file in this directory except for  'main.c', 'loader.ld' and 'Makefile'
are copied from https://github.com/delebile/arm9loaderhax and is distributed
under the GPLv3. Those files almost completely untouched.