vmware 249 B

1234567891011121314
  1. #!/bin/rc
  2. if(aux/isvmware -s){
  3. echo -n off >'#P/i8253timerset'
  4. for(i in '#S'/sd??)
  5. if(test -f $i/ctl)
  6. echo dma on >$i/ctl
  7. aux/vmwarefs
  8. if(! test -f /dev/snarf)
  9. aux/stub /dev/snarf
  10. bind /mnt/vmware/snarf /dev/snarf
  11. aux/vmmousepoll &
  12. }