- updated several parts of the documentation

This commit is contained in:
Volker Ruppert 2007-09-15 16:00:25 +00:00
parent 31cf899020
commit 20175e10dd
4 changed files with 19 additions and 15 deletions

View File

@ -59,6 +59,7 @@
#display_library: sdl, options="fullscreen" # startup in fullscreen mode
#display_library: term
#display_library: win32, options="legacyF12" # use F12 to toggle mouse
#display_library: win32, options="windebug" # use experimental debugger gui
#display_library: wx
#display_library: x
@ -292,9 +293,9 @@ ata0-master: type=disk, mode=flat, path="30M.sample"
#=======================================================================
# BOOT:
# This defines the boot sequence. Now you can specify up to 3 boot drives.
# You can either boot from 'floppy', 'disk', 'cdrom' or 'network'
# legacy 'a' and 'c' are also supported
# This defines the boot sequence. Now you can specify up to 3 boot drives,
# which can be 'floppy', 'disk', 'cdrom' or 'network' (boot ROM).
# Legacy 'a' and 'c' are also supported.
# Examples:
# boot: floppy
# boot: cdrom, disk
@ -667,7 +668,7 @@ keyboard_mapping: enabled=0, map=
# Valid key names:
# "alt", "bksl", "bksp", "ctrl", "del", "down", "end", "enter", "esc",
# "f1", ... "f12", "home", "ins", "left", "menu", "minus", "pgdwn", "pgup",
# "plus", "right", "shift", "space", "tab", "up", and "win".
# "plus", "right", "shift", "space", "tab", "up", "win" and "print".
#
# Example:
# user_shortcut: keys=ctrl-alt-del

View File

@ -76,6 +76,7 @@ Detailed change log :
- PCI BIOS function "find class code" implemented
- SF patches applied
[1791000] 15h 8600h is reading the wrong stack frame by Sebastian
[1791016] rombios32.c, ram_probe(), BX_INFO missing value by Sebastian
[1786429] typo in bochsrc.5 by Sebastian
[1785204] Extend acpi_build_table_header to accept a revision number by Sebastian
@ -96,6 +97,7 @@ Detailed change log :
[1554502] Trivial FPU exception handling fix
- these S.F. bugs were closed
[1316008] Double faults when it shouldn't - gcc 4.0.2
[1787289] broken ABI for redolog class when enable-compressed-hd
[1787500] tftp_send_optack not 64bit clean
[1264540] Security issue with Bochs website

View File

@ -1,7 +1,7 @@
<!--
================================================================
doc/docbook/user/user.dbk
$Id: user.dbk,v 1.227 2007-09-10 16:18:09 sshwarts Exp $
$Id: user.dbk,v 1.228 2007-09-15 16:00:19 vruppert Exp $
This is the top level file for the Bochs Users Manual.
================================================================
@ -3394,13 +3394,13 @@ Default values are:
Examples:
<screen>
boot: floppy
boot: disk
boot: cdrom
boot: cdrom, disk
boot: network, disk
boot: cdrom, floppy, disk
</screen>
This defines the boot sequence. You can specify up to 3 boot drives,
which can be 'floppy', 'disk' or 'cdrom'.
'a' and 'c' are also accepted for historical reasons.
which can be 'floppy', 'disk', 'cdrom' or 'network' (boot ROM).
Legacy 'a' and 'c' are also supported.
</para>
</section>
@ -3471,6 +3471,7 @@ Starting with version 2.2, some display libraries support specific options:
display_library: rfb, options="timeout=60" # time to wait for client
display_library: sdl, options="fullscreen" # startup in fullscreen mode
display_library: win32, options="legacyF12" # use F12 to toggle mouse
display_library: win32, options="windebug" # use experimental debugger gui
</screen>
</para>
@ -4172,7 +4173,7 @@ Valid key names:
<para>
"alt", "bksl", "bksp", "ctrl", "del", "down", "end", "enter", "esc",
"f1", ... "f12", "home", "ins", "left", "menu", "minus", "pgdwn", "pgup", "plus",
"right", "shift", "space", "tab", "up", and "win".
"right", "shift", "space", "tab", "up", "win" and "print".
</para>
</section>

View File

@ -1,5 +1,5 @@
.\"Document Author: Timothy R. Butler - tbutler@uninetsolutions.com"
.TH bochsrc 5 "12 Sep 2006" "bochsrc" "The Bochs Project"
.TH bochsrc 5 "15 Sep 2007" "bochsrc" "The Bochs Project"
.\"SKIP_SECTION"
.SH NAME
bochsrc \- Configuration file for Bochs.
@ -348,9 +348,9 @@ Examples:
.TP
.I "boot:"
This defines the boot sequence. Now you can specify up to 3 boot drives.
You can either boot from 'floppy', 'disk' or 'cdrom'
(legacy 'a' and 'c' are also supported)
This defines the boot sequence. Now you can specify up to 3 boot drives,
which can be 'floppy', 'disk', 'cdrom' or 'network' (boot ROM).
Legacy 'a' and 'c' are also supported.
Example:
boot: cdrom, floppy, disk
@ -764,7 +764,7 @@ Valid key names:
"alt", "bksl", "bksp", "ctrl", "del", "down", "end", "enter", "esc",
"f1", ... "f12", "home", "ins", "left", "menu", "minus", "pgdwn", "pgup", "plus",
"right", "shift", "space", "tab", "up", and "win".
"right", "shift", "space", "tab", "up", "win" and "print".
Example:
user_shortcut: keys=ctrl-alt-del