diff options
Diffstat (limited to 'docs/configuration.md')
| -rw-r--r-- | docs/configuration.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 036615f2c..bb793a153 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -40,4 +40,6 @@ following keys in its top-level object: - `cpu`: Number of CPUs to simulate in the VM (*not currently used*). - `mem`: Amount of memory (in MiB) for the VM; this is passed as the `-m` option to `qemu-system-x86_64`. -See also [config.go](/pkg/mgrconfig/mgrconfig.go) for all config parameters. +See also: + - [config.go](/pkg/mgrconfig/mgrconfig.go) for all config parameters; + - [qemu.go](/vm/qemu/qemu.go) for all vm parameters. |
