diff options
author | Sigrid <ftrvxmtrx@gmail.com> | 2020-12-08 10:01:44 +0100 |
---|---|---|
committer | Sigrid <ftrvxmtrx@gmail.com> | 2020-12-08 10:01:44 +0100 |
commit | 96850d8bb40e282217776e17977dd8ac10d0d10f (patch) | |
tree | f374db9bb58b57a8eb9ac91f5e1ac9b8e8cd4788 /sys/man/1 | |
parent | c74458c98b3cba6ed33a63b9f02a10e9828f9097 (diff) |
vmx: add -D option to enable debug messages, use vmdebug for non-fatal "errors"
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/vmx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/man/1/vmx b/sys/man/1/vmx index fef51735c..ac07769f8 100644 --- a/sys/man/1/vmx +++ b/sys/man/1/vmx @@ -4,6 +4,9 @@ vmx \- virtual PC .SH SYNOPSIS .B vmx [ +.B -D +] +[ .B -M .I mem ] @@ -58,6 +61,9 @@ Boot modules can be specified with the .B -m argument. .PP +.B -D +enables debug messages. +.PP If .B -v is specified, a graphics device, PS/2 keyboard and mouse are simulated. |