]> Chaos Git - corbenik/corbenik.git/commit
Many changes here.
authorchaoskagami <chaos.kagami@gmail.com>
Thu, 19 May 2016 19:26:23 +0000 (15:26 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Thu, 19 May 2016 19:26:23 +0000 (15:26 -0400)
commit0329d74ba2105f2028d3dd965852b7cd9bca0017
tree50e22480aade1a1c8a9d37895ce33a2ba16f3660
parent9d41bc342b210433356785cf6144f8a7b0d655ae
Many changes here.
- Make services assembled from .s files in external/services
- Arbitrary service loading now, including a NULL safety toggle
- Drop armips for clever gnu as usage
- Loader can (theoretically) resize segments now, so one step closer
  to building a romfs overlay into loader
- Split function for patches into text, data, ro patches
- Stub IFile_Write - Hopefully I implement it soon, I'd like logging.
- Other misc changes. I forget whether this was the previous commit,
  but I added @TuxSH's RO patch.
15 files changed:
external/Makefile
external/loader/source/ifile.c
external/loader/source/ifile.h
external/loader/source/loader.c
external/loader/source/patcher.c
external/loader/source/patcher.h
external/service/7b.s [moved from external/service/backdoor.s with 56% similarity]
external/service/Makefile [new file with mode: 0644]
external/service/link.ld [new file with mode: 0644]
source/config.h
source/menu.c
source/patch/module.c
source/patch/svc.c
source/patch_format.h
source/patcher.c