Bochs: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
mNo edit summary
Line 57: Line 57:
;CPU is always Intel/AMD
;CPU is always Intel/AMD
:Bochs emulates a CPU, so CPUID will always report back Intel (if emulating a 32-bit system) or AMD (if emulating a 64-bit system) regardless of what is really in your system.
:Bochs emulates a CPU, so CPUID will always report back Intel (if emulating a 32-bit system) or AMD (if emulating a 64-bit system) regardless of what is really in your system.
Newer versions of Bochs allow you to specify the vendor string in the CPU tag:
cpu: vendor_string="test "
# must be a twelve-character ASCII string!


==Bochs image files in a nutshell==
==Bochs image files in a nutshell==