VMware: Difference between revisions

378 bytes added ,  14 years ago
[unchecked revision][unchecked revision]
(rephrased (see talkpage))
Line 27:
 
Other useful options:
* debugStub.listen.guest32.remote = "TRUE" # Allows debugging from a different computer / VM instead of localhost. # The IP for remote debugging will be that of the host.
* debugStub.listen.guest64.remote = "TRUE" # Same, but for 64-bit code
* monitor.debugOnStartGuest32 = "TRUE" # Breaks into debug stub on first instruction (warning: in BIOS!) # This will halt the VM at the very first instruction at 0xFFFF0, you could set the next breakpoint to break *0x7c00 to break when the bootloader is loaded by the BIOS
* debugStub.hideBreakpoints = "TRUE" # Allows gdb breakpoints to work
* bios.bootDelay = "3000" # Delay booting the BIOS code.
 
===Triple faults===
1

edit