Skip to content

Commit

Permalink
Modernize hekate_ipl.ini for 4.9.1 and HOS7
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer authored Mar 9, 2019
1 parent 14c50ed commit da1bb77
Showing 1 changed file with 45 additions and 32 deletions.
77 changes: 45 additions & 32 deletions res/hekate_ipl_template.ini
Original file line number Diff line number Diff line change
@@ -1,46 +1,59 @@
[config]
autoboot=5
autoboot=4
autoboot_list=0
bootwait=3
customlogo=1
verification=2
verification=1
backlight=100
autohosoff=0
autonogc=1

{-------- Stock -------}
[Stock]
[Stock 6.2.0 and lower]
stock=1

[Stock (SVC perms)]
fullsvcperm=1
debugmode=1

[Stock (Prevent GC access)]
kip1patch=nogc

[Stock (Allow unsigned NCA)]
kip1patch=nosigchk
[Stock All FW]
fss0=atmosphere/fusee-secondary.bin
stock=1
{ }
# Both above disable kernel patching
# Stock All FW, includes exosphere and warmboot, ONLY when >= 7.0.0.

{-- Custom Firmwares --}
[AtmoHB]
kip1=cfw/loader.kip1
kip1=cfw/sm.kip1

[AtmoHB (SVC Perms)]
kip1=cfw/loader.kip1
kip1=cfw/sm.kip1
fullsvcperm=1

[Atmosphere Full]
secmon=cfw/atmo/exosphere.bin
kip1=cfw/atmo/loader.kip
kip1=cfw/atmo/sm.kip
kip1=cfw/atmo/fs_mitm.kip
logopath=cfw/atmo/atmo.bmp
[Atmo FSS0 Vanilla]
fss0=atmosphere/fusee-secondary.bin
logopath=cfw/atmo.bmp

[CFW FSS0 extra kips]
fss0=atmosphere/fusee-secondary.bin
kip1=cfw/mods/mods_extra/*
kip1=cfw/mods/mods_extra/single/extra.kip
logopath=cfw/cfw.bmp
# Both options for kip1 can be used. Wildcard and single.

[Atmo Vanilla]
secmon=cfw/mods/exosphere.bin
warmboot=cfw/mods/lp0fw.bin
kip1=cfw/mods/loader.kip
kip1=cfw/mods/sm.kip
kip1=cfw/mods/pm.kip
kip1=cfw/mods/ams_mitm.kip
logopath=cfw/atmo.bmp
atmosphere=1
# All kips defined.

[CFW Extra kips]
secmon=cfw/mods/exosphere.bin
warmboot=cfw/mods/lp0fw.bin
kip1=cfw/mods/*
kip1=cfw/mods/extra/extra.kip
logopath=cfw/cfw.bmp
atmosphere=1
# kip1=cfw/atmo/pm.kip
# All kips parsed from a directory and extra added.
{ }

{------- Tools -------}
[Clear Error Logs]
kip1=cfw/nx-dreport.kip
[memloader]
payload=bootloader/payloads/memloader.bin


# hekate - CTCaer mod v3.0 .ini template
# hekate - CTCaer mod v4.9.1 .ini template

0 comments on commit da1bb77

Please sign in to comment.