Last active
June 3, 2023 02:16
-
-
Save jhlee8804/1928866886c80220480c1bd9199df6dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vm 속도가 느린 경우 다음 내용을 vmx 파일 하단에 추가한다. (http://hotman.tistory.com/entry/VMWare-%EC%97%90-Mac-OSX-%EC%84%A4%EC%B9%98-%ED%9B%84-%EA%B7%B8%EB%9E%98%ED%94%BD-%EC%84%A4%EC%A0%95) | |
mksenable3d = "TRUE" | |
svga.vramSize = "536870912" | |
vmmouse.present = "FALSE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment