Skip to content

Commit 80821f9

Browse files
committed
Adds proc0
1 parent c54ad8b commit 80821f9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/kernel/variables.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Variables
2+
3+
This is a list of global variables in the PS4 kernel. All offset here are an offset in the memory, not a file offset.

src/kernel/variables/proc0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# proc0
2+
3+
`proc0` is a `proc` structure represents the kernel process.
4+
5+
## Locations
6+
7+
| Version | Offset |
8+
| ------- | ---------- |
9+
| 9.0 | 0x01B90E00 |

0 commit comments

Comments
 (0)