Bochs: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Matthew (talk | contribs)
talk about compiling bochs from source
Matthew (talk | contribs)
Line 90: Line 90:


On older versions enabling the debugger alone doesn't compile magic breakpoint support, you will need to pass <tt>--enable-magic-breakpoint</tt> to configure for those versions.
On older versions enabling the debugger alone doesn't compile magic breakpoint support, you will need to pass <tt>--enable-magic-breakpoint</tt> to configure for those versions.

===Debugging SMP===
When using the internal debugger, you may use the following command to switch CPUs:

set $cpu = <n>

I also found this was necessary on occasion in the GUI debugger, even though it has buttons for each CPU.


==Compiling Bochs from Source==
==Compiling Bochs from Source==