Skip to content

Commit 772565e

Browse files
chanbengzdavide125
authored andcommitted
fix table hyperlink and code formatting
Signed-off-by: chanbengz <[email protected]>
1 parent 56c26c8 commit 772565e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/hw/soc/sep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Endpoint information:
5454

5555

5656
Gigalocker/xART format (thanks sven for this info!):
57+
5758
| Section start-section end | Description |
5859
| ------------------------- | ----------- |
5960
| 0x00-0x01 | Always 0 (perhaps some kind of version identifier?) |
@@ -93,7 +94,7 @@ xART init flow (incomplete atm, may be wrong):
9394
(message type 0 is some sort of fetch request, message type 0x5 is a fetch response it seems for individual lockers)
9495
(tags seem to be increasing in the order of the lockers within the gigalocker)
9596

96-
```c:
97+
```c
9798
//Gigalocker initialization (TODO: verify if later OS versions use the same format)
9899

99100

@@ -116,8 +117,7 @@ xART init flow (incomplete atm, may be wrong):
116117

117118
SEP Trusted Accessory notes:
118119

119-
```c:
120-
120+
```c
121121
//ping
122122
[cpu0] [SEPTracer@/arm-io/sep] [stac] >0xf(None) 00000000000ffc18 (EP=0x18, TAG=0xfc, TYPE=0xf, PARAM=0x0, DATA=0x0)
123123

docs/platform/dev-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Developer Quickstart Guide
66

77
This guide documents a manual installation process that is only required for kernel developers doing reverse engineering of macOS drivers using the m1n1 hypervisor.
88

9-
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].
9+
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).
1010

1111
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.
1212

0 commit comments

Comments
 (0)