# `Hyper.Cfg.VmLinux`
[🔗](https://github.com/harmont-dev/hyper/blob/main/lib/hyper/cfg/vm_linux.ex#L1)

Per-architecture guest-kernel image paths. Operators set `amd64`/`aarch64`
(mapped to `:x86_64`/`:aarch64`) in `config :hyper, Hyper.Cfg.VmLinux, ...` or
the `[vmlinux]` toml table. An unset architecture is simply absent from the map.

# `images`

```elixir
@spec images() :: %{optional(Sys.Arch.t()) =&gt; Path.t()}
```

Resolved `%{arch => path}` kernel map (config.exs per key > [vmlinux] toml).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
