forked from CTCaer/hekate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhekate_ipl_template.ini
67 lines (57 loc) · 1.4 KB
/
hekate_ipl_template.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[config]
autoboot=4
autoboot_list=0
bootwait=3
verification=1
backlight=100
autohosoff=0
autonogc=1
{-------- Stock -------}
[Stock 6.2.0 and lower]
stock=1
emummc_force_disable=1
[Stock All FW]
fss0=atmosphere/fusee-secondary.bin
stock=1
emummc_force_disable=1
# Both above disable kernel patching
# Stock All FW, includes exosphere and warmboot, ONLY when >= 7.0.0.
[Stock emuMMC All FW]
fss0=atmosphere/fusee-secondary.bin
stock=1
{ }
{-- Custom Firmwares --}
[Atmo FSS0 Vanilla]
fss0=atmosphere/fusee-secondary.bin
logopath=cfw/atmo.bmp
# You can have 2 entries of everything where one can boot with emuMMC and one without,
# via the emummc_force_disable=1 key.
[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
# All kips parsed from a directory and extra added.
{ }
{------- Tools -------}
[memloader]
payload=bootloader/payloads/memloader.bin
# hekate - CTCaer mod v5.0.0 .ini template