kernel-analysis-vphone600
Installation
SKILL.md
Kernel Analysis Vphone600
Use the local research/kernel_info dataset as the first source of truth for symbol lookup.
Use research/reference/xnu as the source-level reference for semantics and structure.
Required Paths
research/kernel_info/kernel_symbols.dbresearch/kernel_info/kernel_index.tsvresearch/kernel_info/json/kernelcache.release.vphone600.bin.symbols.jsonresearch/kernel_info/json/kernelcache.research.vphone600.bin.symbols.jsonresearch/reference/xnu
If research/reference/xnu is missing, create it with a shallow clone:
mkdir -p research/reference
git clone --depth 1 https://github.com/apple-oss-distributions/xnu.git research/reference/xnu