]> Chaos Git - corbenik/corbenik.git/commit
Firmlaunch code is now working.
authorchaoskagami <chaos.kagami@gmail.com>
Mon, 5 Sep 2016 14:06:55 +0000 (10:06 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Mon, 5 Sep 2016 14:06:55 +0000 (10:06 -0400)
commit220f6a471e095add2f3b0eb4c87602125a8f26a2
treed6ebc270abb888ba2a80a6a57ed360f8107b3c58
parent38ce3d75990542a5e4433ba58ed35699b2827f66
Firmlaunch code is now working.

It's also fairly modularized and standalone now, so feel free to reuse it -
it doesn't depend on corbenik's other code.
36 files changed:
Makefile.am
common.mk
host/Makefile
host/generate_keys.sh [deleted file]
host/key_char.c [deleted file]
include/firm/firm.h
include/firm/headers.h
include/firm/internal.h [new file with mode: 0644]
include/std/abort.h
include/std/memory.h
source/chainloader.c
source/firm/decryptor.c
source/firm/firm.c
source/firm/firmlaunch.c
source/firm/keys.c
source/firm/keys/Y05.gen [deleted file]
source/firm/keys/Y11_95.gen [deleted file]
source/firm/keys/Y11_96.gen [deleted file]
source/firm/keys/Y3D_0.gen [deleted file]
source/firm/keys/Y3D_1.gen [deleted file]
source/firm/keys/Y3D_2.gen [deleted file]
source/firm/keys/Y3D_3.gen [deleted file]
source/firm/keys/Y3D_4.gen [deleted file]
source/firm/keys/Y3D_5.gen [deleted file]
source/firm/util.c
source/firm/version.c
source/interpreter.c
source/interrupt.c
source/main.c
source/patch/emunand.c
source/patch/reboot.c
source/patcher.c
source/std/abort.c
source/std/allocator.c
source/std/draw.c
source/std/memory.c