From 76eaf0db51f05a1b25869d2de0cf44d580013ce9 Mon Sep 17 00:00:00 2001 From: chanbengz Date: Sat, 15 Nov 2025 19:04:09 +0800 Subject: [PATCH] fix table hyperlink and code formatting Signed-off-by: chanbengz --- docs/hw/soc/sep.md | 6 +++--- docs/platform/dev-quickstart.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hw/soc/sep.md b/docs/hw/soc/sep.md index 4c537119..9d057f72 100644 --- a/docs/hw/soc/sep.md +++ b/docs/hw/soc/sep.md @@ -54,6 +54,7 @@ Endpoint information: Gigalocker/xART format (thanks sven for this info!): + | Section start-section end | Description | | ------------------------- | ----------- | | 0x00-0x01 | Always 0 (perhaps some kind of version identifier?) | @@ -93,7 +94,7 @@ xART init flow (incomplete atm, may be wrong): (message type 0 is some sort of fetch request, message type 0x5 is a fetch response it seems for individual lockers) (tags seem to be increasing in the order of the lockers within the gigalocker) -```c: +```c //Gigalocker initialization (TODO: verify if later OS versions use the same format) @@ -116,8 +117,7 @@ xART init flow (incomplete atm, may be wrong): SEP Trusted Accessory notes: -```c: - +```c //ping [cpu0] [SEPTracer@/arm-io/sep] [stac] >0xf(None) 00000000000ffc18 (EP=0x18, TAG=0xfc, TYPE=0xf, PARAM=0x0, DATA=0x0) diff --git a/docs/platform/dev-quickstart.md b/docs/platform/dev-quickstart.md index 61273051..ee599d33 100644 --- a/docs/platform/dev-quickstart.md +++ b/docs/platform/dev-quickstart.md @@ -6,7 +6,7 @@ title: Developer Quickstart Guide This guide documents a manual installation process that is only required for kernel developers doing reverse engineering of macOS drivers using the m1n1 hypervisor. -If you are a more typical developer and you want to help work on the kernel or just experiment with the platform, and are happy doing tethered boots via USB (uploading the kernel from another machine), have a look [over here][../sw/tethered-boot.md]. +If you are a more typical developer and you want to help work on the kernel or just experiment with the platform, and are happy doing tethered boots via USB (uploading the kernel from another machine), have a look [over here](../sw/tethered-boot.md). If you are an end user or you would otherwise like to set up a stand-alone install, stop now. It isn't ready yet. It will be soon. Just hang tight.