Bochs: Difference between revisions

230 bytes added ,  14 years ago
[unchecked revision][unchecked revision]
(talk about compiling bochs from source)
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.
 
===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==
20

edits