]> Chaos Git - corbenik/corbenik.git/commit
Restructure source code
authorchaoskagami <chaos.kagami@gmail.com>
Tue, 10 Jan 2017 13:57:54 +0000 (08:57 -0500)
committerchaoskagami <chaos.kagami@gmail.com>
Tue, 10 Jan 2017 13:57:54 +0000 (08:57 -0500)
commit4bb9a6cc43d78cbe8118332c901d27798c1b69e0
tree52fface81759275f2672266582840b26f2aaa410
parente220151a16a6ac2511fe4cb4da593d2926befaaf
Restructure source code
63 files changed:
Makefile.am
TODO.txt [deleted file]
bits/Makefile [moved from external/bits/Makefile with 100% similarity]
bits/README.md [moved from external/bits/README.md with 100% similarity]
bits/backdoor.s [moved from external/bits/backdoor.s with 100% similarity]
bits/chain.s [moved from external/bits/chain.s with 100% similarity]
bits/emunand.s [moved from external/bits/emunand.s with 100% similarity]
bits/link.ld [moved from external/bits/link.ld with 100% similarity]
bits/reboot_code.s [moved from external/bits/reboot_code.s with 100% similarity]
bits/reboot_hook.s [moved from external/bits/reboot_hook.s with 100% similarity]
bits/stub.s [moved from external/bits/stub.s with 100% similarity]
boot/Makefile.am [moved from source/Makefile.am with 100% similarity]
boot/arm11.c [moved from source/arm11.c with 100% similarity]
boot/chainloader.c [moved from source/chainloader.c with 100% similarity]
boot/configback/dummy.c [moved from source/configback/dummy.c with 100% similarity]
boot/configback/file-dat.c [moved from source/configback/file-dat.c with 100% similarity]
boot/corbenik.c [moved from source/corbenik.c with 100% similarity]
boot/firm/decryptor.c [moved from source/firm/decryptor.c with 100% similarity]
boot/firm/firm.c [moved from source/firm/firm.c with 100% similarity]
boot/firm/firmlaunch.c [moved from source/firm/firmlaunch.c with 100% similarity]
boot/firm/keys.c [moved from source/firm/keys.c with 100% similarity]
boot/firm/util.c [moved from source/firm/util.c with 100% similarity]
boot/firm/version.c [moved from source/firm/version.c with 100% similarity]
boot/input.c [moved from source/input.c with 100% similarity]
boot/interpreter.c [moved from source/interpreter.c with 100% similarity]
boot/interrupt.c [moved from source/interrupt.c with 100% similarity]
boot/linker.ld [moved from source/linker.ld with 100% similarity]
boot/menu-backend.c [moved from source/menu-backend.c with 100% similarity]
boot/menu.c [moved from source/menu.c with 100% similarity]
boot/patch/emunand.c [moved from source/patch/emunand.c with 100% similarity]
boot/patch/module.c [moved from source/patch/module.c with 100% similarity]
boot/patch/reboot.c [moved from source/patch/reboot.c with 100% similarity]
boot/patch/svc.c [moved from source/patch/svc.c with 100% similarity]
boot/patcher.c [moved from source/patcher.c with 100% similarity]
boot/start.s [moved from source/start.s with 100% similarity]
boot/std/abort.c [moved from source/std/abort.c with 100% similarity]
boot/std/draw.c [moved from source/std/draw.c with 100% similarity]
boot/std/fs.c [moved from source/std/fs.c with 100% similarity]
boot/std/memory.c [moved from source/std/memory.c with 100% similarity]
configure.ac
external/Makefile.am
external/contrib_patch/2x-firmprot.pco [moved from contrib/2x-firmprot.pco with 100% similarity]
external/contrib_patch/Makefile [moved from contrib/Makefile with 82% similarity]
external/contrib_patch/README.md [moved from contrib/README.md with 100% similarity]
external/contrib_patch/mysterymachine.pco [moved from contrib/mysterymachine.pco with 100% similarity]
external/contrib_patch/remove_outlines-sm.pco [moved from contrib/remove_outlines-sm.pco with 100% similarity]
external/contrib_patch/svc_permission_chk_dis.pco [moved from contrib/svc_permission_chk_dis.pco with 100% similarity]
loader/LICENSE [moved from external/loader/LICENSE with 100% similarity]
loader/Makefile [moved from external/loader/Makefile with 100% similarity]
loader/README.md [moved from external/loader/README.md with 100% similarity]
loader/loader.rsf [moved from external/loader/loader.rsf with 100% similarity]
loader/source/interp.c [moved from external/loader/source/interp.c with 100% similarity]
loader/source/interp.h [moved from external/loader/source/interp.h with 100% similarity]
loader/source/loader.c [moved from external/loader/source/loader.c with 100% similarity]
loader/source/logger.c [moved from external/loader/source/logger.c with 100% similarity]
loader/source/logger.h [moved from external/loader/source/logger.h with 100% similarity]
loader/source/memory.c [moved from external/loader/source/memory.c with 100% similarity]
loader/source/memory.h [moved from external/loader/source/memory.h with 100% similarity]
loader/source/patcher.c [moved from external/loader/source/patcher.c with 100% similarity]
loader/source/patcher.h [moved from external/loader/source/patcher.h with 100% similarity]
loader/source/statics.c [moved from external/loader/source/statics.c with 100% similarity]
test/Makefile [deleted file]
test/vm-test1.pco [deleted file]