boot: enable vmware resize by default? it seems stable

This commit is contained in:
K. Lange 2021-08-30 13:24:25 +09:00
parent 9ae8eba0e4
commit 57a4b427d7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ int kmain() {
"Enable the VMware / QEMU absolute mouse pointer,",
"and optional guest scaling.");
BOOT_OPTION(_vmwareres, 0, "VMware guest size",
BOOT_OPTION(_vmwareres, 1, "VMware guest size",
"(Requires VMware driver) Enables support for",
"automatically setting display size in VMware");