- fix wrong examples for debugger_log
- update man page for debugger_log - update user doc for debugger_log
This commit is contained in:
parent
12f8aec60f
commit
ad3cc5b2bd
@ -352,15 +352,15 @@ debug: action=ignore
|
||||
|
||||
#=======================================================================
|
||||
# DEBUGGER_LOG:
|
||||
# Give the path of the log file you'd like Bochs to log debugger output
|
||||
# If you really don't want it, make it /dev/null. :^(
|
||||
# Give the path of the log file you'd like Bochs to log debugger output.
|
||||
# If you really don't want it, make it /dev/null or '-'. :^(
|
||||
#
|
||||
# Examples:
|
||||
# log: ./debugger.out
|
||||
# log: /dev/tty
|
||||
# debugger_log: ./debugger.out
|
||||
#=======================================================================
|
||||
#debugger_log: /dev/null
|
||||
debugger_log: debugout.txt
|
||||
#debugger_log: debugger.out
|
||||
debugger_log: -
|
||||
|
||||
#=======================================================================
|
||||
# com1:
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!--
|
||||
================================================================
|
||||
doc/docbook/user/user.dbk
|
||||
$Id: user.dbk,v 1.75 2002-11-30 08:58:49 vruppert Exp $
|
||||
$Id: user.dbk,v 1.76 2002-12-02 21:37:51 cbothamy Exp $
|
||||
|
||||
This is the top level file for the Bochs Users Manual.
|
||||
================================================================
|
||||
@ -2699,6 +2699,19 @@ just a configuration problem like "could not find hard drive image."
|
||||
</tip>
|
||||
</section>
|
||||
|
||||
<section><title>debugger_log</title>
|
||||
<para>
|
||||
Examples:
|
||||
<screen>
|
||||
log: debugger.out
|
||||
log: /dev/null (unix only)
|
||||
log: -
|
||||
</screen>
|
||||
Give the path of the log file you'd like Bochs to log debugger output.
|
||||
If you really don't want it, make it '/dev/null', or '-'.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section><title>com1</title>
|
||||
<para>
|
||||
Specifies the device to use as com1. This can be a real serial line, or
|
||||
@ -6117,7 +6130,7 @@ directory called ~/win98 .
|
||||
========================================================================
|
||||
bximage
|
||||
Disk Image Creation Tool for Bochs
|
||||
$Id: user.dbk,v 1.75 2002-11-30 08:58:49 vruppert Exp $
|
||||
$Id: user.dbk,v 1.76 2002-12-02 21:37:51 cbothamy Exp $
|
||||
========================================================================
|
||||
|
||||
Do you want to create a floppy disk image or a hard disk image?
|
||||
@ -6393,7 +6406,7 @@ In this case, <emphasis>/home</emphasis> is mounted on <emphasis>/dev/hda5</emph
|
||||
========================================================================
|
||||
bximage
|
||||
Disk Image Creation Tool for Bochs
|
||||
$Id: user.dbk,v 1.75 2002-11-30 08:58:49 vruppert Exp $
|
||||
$Id: user.dbk,v 1.76 2002-12-02 21:37:51 cbothamy Exp $
|
||||
========================================================================
|
||||
|
||||
Do you want to create a floppy disk image or a hard disk image?
|
||||
|
@ -407,6 +407,16 @@ can impact performance and fill up your disk.
|
||||
Example:
|
||||
debug: action=ignore
|
||||
|
||||
.TP
|
||||
.I "debugger_log:"
|
||||
Give the path of the log file you'd like Bochs to log debugger output.
|
||||
If you really don't want it, make it '/dev/null', or '-'.
|
||||
|
||||
Example:
|
||||
log: debugger.out
|
||||
log: /dev/null (unix only)
|
||||
log: -
|
||||
|
||||
.TP
|
||||
.I "sb16:"
|
||||
This defines the SB16 sound emulation. It can
|
||||
|
Loading…
x
Reference in New Issue
Block a user