diff --git a/README.md b/README.md index 28b8ec8..799d2a5 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ There are four possible type of entries. "**[ ]**": Boot entry, "**{ }**": Capti | Config option | Description | | ---------------------- | ---------------------------------------------------------- | +| id=idname | Identifies boot entry for forced boot from id. Max 7 chars. | | logopath={SD path} | If global customlogo is 1 and logopath empty, bootlogo.bmp will be used. If logopath exists, it will load the specified bitmap. | | warmboot={SD path} | Replaces the warmboot binary | | secmon={SD path} | Replaces the security monitor binary | @@ -90,11 +91,12 @@ 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. | +| '0x94' boot_cfg | bit0: Force AutoBoot, bit1: Show launch log, bit2: Boot from ID, bit7: sept run. | | '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 | bit7: Force Nyx to run `Dump pkg1/2. | -| '0x98' rsvd[128] | Reserved. | +| '0x97' extra_cfg | bit7: Force Nyx to run `Dump pkg1/2`. | +| '0x98' id[8] | When Boot from ID is set, it will search all inis automatically and find the boot entry with that id and boot it. Must be NULL terminated. | +| '0x98' xt_str[128] | Depends on the set cfg bits. | You can find a template [Here](./res/hekate_ipl_template.ini)