From 361f8a30859d84495454166dd080445ea009bdc6 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Thu, 21 Mar 2019 08:45:33 +0200 Subject: [PATCH] Correct byte offsets for boot cfg. Thanks @WerWolv --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0575bbb..0a8fcaf 100644 --- a/README.md +++ b/README.md @@ -76,10 +76,10 @@ Hekate now has a new storage in the binary that helps it configure it outside of | Offset / Name | Description | | -------------------- | ----------------------------------------------------------------- | | '0x94' boot_cfg | bit0: Force AutoBoot, bit1: Show launch log, bit2: sept run. | -| '0x98' autoboot | If `Force AutoBoot`: 0: Force go to menu, else boot that entry. | -| '0x9C' autoboot_list | If `Force AutoBoot` and `autoboot` then it boots from ini folder. | -| '0xA0' extra_cfg | Reserved. | -| '0xA4' rsvd[128] | Reserved. | +| '0x95' autoboot | If `Force AutoBoot`: 0: Force go to menu, else boot that entry. | +| '0x96' autoboot_list | If `Force AutoBoot` and `autoboot` then it boots from ini folder. | +| '0x97' extra_cfg | Reserved. | +| '0x98' rsvd[128] | Reserved. | You can find a template [Here](./res/hekate_ipl_template.ini)