MINI (MINI is not IOS) is a open source replacement for Nintendo/BroadOn's IOS (from git.bootmii.org)
Go to file
Sven Peter 51fd48f066 nand, nandfs and crypto code for miniios
i blame lack of sleep for ugly code.
2009-05-15 05:28:13 -07:00
.gitignore Clean up 2009-01-07 17:56:46 +01:00
crypto.c nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
crypto.h nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
diskio.c Interrupts, IPC, moar stuff 2009-01-08 23:27:22 +01:00
diskio.h Add miniios 2008-12-28 14:35:37 +01:00
elf.h Add miniios 2008-12-28 14:35:37 +01:00
exception_asm.S Add exception handler. This one *does* work! 2009-05-15 05:28:13 -07:00
exception.c Add exception handler. This one *does* work! 2009-05-15 05:28:13 -07:00
exception.h Add exception handler. This one *does* work! 2009-05-15 05:28:13 -07:00
ff.c Add miniios 2008-12-28 14:35:37 +01:00
ff.h Add miniios 2008-12-28 14:35:37 +01:00
gecko.c MiniIOS updates, add elfloader 2009-01-06 00:13:39 +01:00
gecko.h Mark gecko_printf as printf-style for arg checking 2009-05-15 05:28:13 -07:00
hollywood.h Interrupts, IPC, moar stuff 2009-01-08 23:27:22 +01:00
integer.h Add miniios 2008-12-28 14:35:37 +01:00
ipc.c Beginnings of IPC system. Totally untested. 2009-05-15 05:28:13 -07:00
ipc.h Beginnings of IPC system. Totally untested. 2009-05-15 05:28:13 -07:00
ipcstruct.h Beginnings of IPC system. Totally untested. 2009-05-15 05:28:13 -07:00
ipcstruct.S Interrupts, IPC, moar stuff 2009-01-08 23:27:22 +01:00
irq_asm.S Fix horrible stack and CPSR problems 2009-05-15 05:28:13 -07:00
irq.c nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
irq.h nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
lcd.c silly fix 2009-05-15 05:28:13 -07:00
lcd.h Add miniios 2008-12-28 14:35:37 +01:00
main.c nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
Makefile nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
memory_asm.S Memory stuff and add not working (so far) MMU/pagetable enable code 2009-05-15 05:28:13 -07:00
memory.c Woo MMU Woo Caches Woo AHBMemFlush! 2009-05-15 05:28:13 -07:00
memory.h Woo MMU Woo Caches Woo AHBMemFlush! 2009-05-15 05:28:13 -07:00
miniios.ld Add exception handler. This one *does* work! 2009-05-15 05:28:13 -07:00
nand.c nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
nand.h nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
nandfs.c nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
nandfs.h nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
panic.c Add miniios 2008-12-28 14:35:37 +01:00
panic.h Add miniios 2008-12-28 14:35:37 +01:00
powerpc_elf.c Messages change in miniios 2009-01-06 17:52:32 +01:00
powerpc_elf.h Add miniios 2008-12-28 14:35:37 +01:00
powerpc.c Add miniios 2008-12-28 14:35:37 +01:00
powerpc.h Add miniios 2008-12-28 14:35:37 +01:00
sdhc.c removed some sd debug stuff 2009-05-15 05:28:13 -07:00
sdhc.h Add miniios 2008-12-28 14:35:37 +01:00
start.h Interrupts, IPC, moar stuff 2009-01-08 23:27:22 +01:00
start.S Add exception handler. This one *does* work! 2009-05-15 05:28:13 -07:00
string.c nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
string.h nand, nandfs and crypto code for miniios 2009-05-15 05:28:13 -07:00
types.h Interrupts, IPC, moar stuff 2009-01-08 23:27:22 +01:00
utils_asm.S Add miniios 2008-12-28 14:35:37 +01:00
utils.c Interrupts, IPC, moar stuff 2009-01-08 23:27:22 +01:00
utils.h Add get_cpsr 2009-05-15 05:28:13 -07:00
vsprintf.c Add miniios 2008-12-28 14:35:37 +01:00
vsprintf.h Add miniios 2008-12-28 14:35:37 +01:00