Modernize hekate_ipl.ini for 4.9.1 and HOS7

This commit is contained in:
CTCaer 2019-03-09 21:10:16 +02:00 committed by GitHub
parent 14c50ed7f8
commit da1bb77d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,46 +1,59 @@
[config] [config]
autoboot=5 autoboot=4
autoboot_list=0
bootwait=3 bootwait=3
customlogo=1 verification=1
verification=2 backlight=100
autohosoff=0
autonogc=1
{-------- Stock -------} {-------- Stock -------}
[Stock] [Stock 6.2.0 and lower]
stock=1
[Stock (SVC perms)] [Stock All FW]
fullsvcperm=1 fss0=atmosphere/fusee-secondary.bin
debugmode=1 stock=1
[Stock (Prevent GC access)]
kip1patch=nogc
[Stock (Allow unsigned NCA)]
kip1patch=nosigchk
{ } { }
# Both above disable kernel patching
# Stock All FW, includes exosphere and warmboot, ONLY when >= 7.0.0.
{-- Custom Firmwares --} {-- Custom Firmwares --}
[AtmoHB] [Atmo FSS0 Vanilla]
kip1=cfw/loader.kip1 fss0=atmosphere/fusee-secondary.bin
kip1=cfw/sm.kip1 logopath=cfw/atmo.bmp
[AtmoHB (SVC Perms)] [CFW FSS0 extra kips]
kip1=cfw/loader.kip1 fss0=atmosphere/fusee-secondary.bin
kip1=cfw/sm.kip1 kip1=cfw/mods/mods_extra/*
fullsvcperm=1 kip1=cfw/mods/mods_extra/single/extra.kip
logopath=cfw/cfw.bmp
# Both options for kip1 can be used. Wildcard and single.
[Atmosphere Full] [Atmo Vanilla]
secmon=cfw/atmo/exosphere.bin secmon=cfw/mods/exosphere.bin
kip1=cfw/atmo/loader.kip warmboot=cfw/mods/lp0fw.bin
kip1=cfw/atmo/sm.kip kip1=cfw/mods/loader.kip
kip1=cfw/atmo/fs_mitm.kip kip1=cfw/mods/sm.kip
logopath=cfw/atmo/atmo.bmp kip1=cfw/mods/pm.kip
kip1=cfw/mods/ams_mitm.kip
logopath=cfw/atmo.bmp
atmosphere=1 atmosphere=1
# kip1=cfw/atmo/pm.kip # 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
# All kips parsed from a directory and extra added.
{ } { }
{------- Tools -------} {------- Tools -------}
[Clear Error Logs] [memloader]
kip1=cfw/nx-dreport.kip payload=bootloader/payloads/memloader.bin
# hekate - CTCaer mod v3.0 .ini template # hekate - CTCaer mod v4.9.1 .ini template