From f03c08703a6010aa9b835e20ee9e00bc2a09ff2a Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Fri, 23 Jan 2026 02:47:44 +0530 Subject: [PATCH] docs: Add more context for vmlinux in getting-started/installation --- docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 7753ba2..23ee7af 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -113,7 +113,7 @@ pip install -e .[docs] ## Generating vmlinux.py -Some examples require access to kernel data structures. To use these features, you need to generate a `vmlinux.py` file: +`vmlinux.py` contains the running kernel's data structures and is analogous to `vmlinux.h` included in eBPF programs written in C. Some examples require access to it. To use these features, you need to generate a `vmlinux.py` file: 1. Install additional dependencies: