Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
11 views1 page

# AMD Processor

The document provides a series of commands for configuring a VirtualBox virtual machine named 'MacOS' to emulate an Apple environment. It includes modifications to CPU settings, system product details, and graphics resolution. The commands aim to optimize the virtual machine's performance and compatibility with macOS.

Uploaded by

gaelsantos034
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

# AMD Processor

The document provides a series of commands for configuring a VirtualBox virtual machine named 'MacOS' to emulate an Apple environment. It includes modifications to CPU settings, system product details, and graphics resolution. The commands aim to optimize the virtual machine's performance and compatibility with macOS.

Uploaded by

gaelsantos034
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

# AMD Processor

cd "C:\Program Files\Oracle\VirtualBox\"

VBoxManage.exe modifyvm "MacOS" --cpuidset 00000001 000106e5 00100800 0098e3fd


bfebfbff

VBoxManage setextradata "MacOS"


"VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,3"

VBoxManage setextradata "MacOS"


"VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct"


"Iloveapple"

VBoxManage setextradata "MacOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey"


"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"

VBoxManage setextradata "MacOS"


"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0

VBoxManage modifyvm "MacOS" --cpu-profile "Intel Core i7-6700K"

VBoxManage setextradata "MacOS" "VBoxInternal/TM/TSCMode" "RealTSCOffset"

VBoxManage setextradata “MacOS” VBoxInternal2/EfiGraphicsResolution 1600x900

VBoxManage modifyvm "MacOS" --vram 256

You might also like