Skip to content

Instantly share code, notes, and snippets.

@sturadnidge
Created July 12, 2012 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sturadnidge/3097830 to your computer and use it in GitHub Desktop.
Save sturadnidge/3097830 to your computer and use it in GitHub Desktop.
A better Chromium OS .vmx file...
.encoding = "UTF-8"
config.version = "8"
virtualHW.version = "4"
numvcpus = "2"
memsize = "2048"
ide0:0.present = "TRUE"
ide0:0.fileName = "ide.vmdk"
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
svga.autodetect = "FALSE"
svga.maxWidth = "1280"
svga.maxHeight = "800"
usb.present = "TRUE"
usb.generic.autoconnect = "FALSE"
sound.present = "TRUE"
sound.virtualDev = "es1371"
displayName = "Chromium OS"
guestOS = "otherlinux"
floppy0.present = "FALSE"
scsi0.present = "FALSE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment