This file is indexed.

/usr/share/doc/bochs-doc/user/x2675.html is in bochs-doc 2.6-5build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>The configuration interface 'textconfig'</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="Bochs User Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Using Bochs"
HREF="c2599.html"><LINK
REL="PREVIOUS"
TITLE="Search order for the configuration file"
HREF="x2652.html"><LINK
REL="NEXT"
TITLE="Save and restore simulation"
HREF="x2743.html"></HEAD
><BODY
CLASS="SECTION"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Bochs User Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x2652.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 5. Using Bochs</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x2743.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECTION"
><H1
CLASS="SECTION"
><A
NAME="TEXTCONFIG"
>5.3. The configuration interface 'textconfig'</A
></H1
><P
>The configuration interface 'textconfig' is the text mode version of the Bochs
configuration system. It is a series of menus (using stdin/stdout) that allows
you to edit all the settings that control Bochs' behavior. If you do not write
a config_interface line, Bochs will choose it as the default for you (unless Bochs
is compiled for Win32 or wxWidgets only).</P
><P
>It consists of these three parts:
<P
></P
><UL
><LI
><P
>the start menu</P
></LI
><LI
><P
>the headerbar buttons</P
></LI
><LI
><P
>the runtime configuration</P
></LI
></UL
></P
><DIV
CLASS="SECTION"
><H2
CLASS="SECTION"
><A
NAME="AEN2686"
>5.3.1. The start menu</A
></H2
><P
>If you start Bochs without the quickstart argument (-q), the Bochs configuration
main menu appears:
<PRE
CLASS="SCREEN"
>------------------------------
Bochs Configuration: Main Menu
------------------------------

This is the Bochs Configuration Interface, where you can describe the
machine that you want to simulate.  Bochs has already searched for a
configuration file (typically called bochsrc.txt) and loaded it if it
could be found.  When you are satisfied with the configuration, go
ahead and start the simulation.

You can also start bochs with the -q option to skip these menus.

1. Restore factory default configuration
2. Read options from...
3. Edit options
4. Save options to...
5. Restore the Bochs state from...
6. Begin simulation
7. Quit now

Please choose one: [5]</PRE
></P
><P
>Here you can load, edit and save the configuration and finally start the simulation.
It is possible to start Bochs without a config file and to edit all the settings using
the item "Edit options". Don't forget to save the configuration if you want to use this
setup for another Bochs session.</P
></DIV
><DIV
CLASS="SECTION"
><H2
CLASS="SECTION"
><A
NAME="HEADERBAR"
>5.3.2. The Bochs headerbar</A
></H2
><P
><P
><IMG
SRC="../images/headerbar.png"></P
></P
><P
>The headerbar appears on top of the Bochs simulation window. Here you can control the
behavoiur of Bochs at runtime if you click on one of these buttons:
<P
></P
><UL
><LI
><P
>floppy buttons</P
><P
>  Here you can toggle the status of the floppy media (inserted/ejected). Bochs for
  win32 presents you a small dialog box for changing the floppy image. You can
  setup floppy drives using <A
HREF="x1410.html#BOCHSOPT-FLOPPYAB"
>floppya/floppyb option</A
>.</P
></LI
><LI
><P
>cdrom button</P
><P
>  Here you can toggle the status of the cdrom media (inserted/ejected). CD-ROM drives
  can be set up using <A
HREF="x1410.html#BOCHSOPT-ATA-MASTER-SLAVE"
>ata(0-3)-master/-slave option</A
>.
  On some platforms this button brings a up a small dialog box for changing the
  CD-ROM image.</P
></LI
><LI
><P
>mouse button</P
><P
>  Here you can enable the creation of mouse events by the host. Once mouse
  events are captured, you cannot reach the button anymore, in order to disable
  capturing again. By default you can enable and disable the mouse capture pressing
  the CTRL key and the third (middle) mouse button. See the <A
HREF="x1410.html#BOCHSOPT-MOUSE"
>mouse option</A
>
  parameter 'toggle' for other methods to toggle the mouse capture.</P
><P
><IMG
SRC="../images/undercon.png"> Support for 2 button mouse to toggle the capture mode not yet complete.
  Some display libraries still don't support changing the mouse capture at runtime,
  but it is already supported on RFB, SDL, Win32, wxWidgets and X11.</P
></LI
><LI
><P
>user button</P
><P
>  Press this button if you want to send the keyboard shortcut defined with the
  <A
HREF="x1410.html#BOCHSOPT-USER-SHORTCUT"
>user_shortcut option</A
> to the guest.
  Depending on the used <A
HREF="x1410.html#BOCHSOPT-DISPLAYLIBRARY"
>display_library option</A
>,
  it may even be possible to edit the shortcut before sending it.</P
></LI
><LI
><P
>copy button</P
><P
>The text mode screen text can be exported to the clipboard after pressing this
button. The button has no effect in graphics mode.</P
></LI
><LI
><P
>paste button</P
><P
>Text in the clipboard can also be pasted, through Bochs, to the
guest OS, as simulated keystrokes. Keyboard mapping must be enabled to make this
feature work.</P
></LI
><LI
><P
>snapshot button</P
><P
>Press this button if you want to save a snapshot of the Bochs screen. The
text modes and most of the graphics modes (except CGA) are supported. If gui dialogs
are supported (e.g. on win32) Bochs presents you a "Save as..." dialog box to specify
the filename. All other platforms are using the fixed filenames "snapshot.txt" or
"snapshot.bmp".</P
></LI
><LI
><P
>config button</P
><P
>This button stops the Bochs simulation and starts the runtime configuration.
(see below).</P
></LI
><LI
><P
>reset button</P
><P
>Press this button to trigger a hardware reset.</P
></LI
><LI
><P
>suspend button</P
><P
>Press this button to save current simulation state to a disk. The simulation
could be restored back using bochs -r command. For more details read
"Save and restore simulation" section of the user manual.</P
></LI
><LI
><P
>power button</P
><P
>This button stops the simulation and quits bochs.</P
></LI
></UL
></P
><P
>Some of this features may not be implemented or work different on your host platform.</P
></DIV
><DIV
CLASS="SECTION"
><H2
CLASS="SECTION"
><A
NAME="AEN2738"
>5.3.3. The runtime configuration</A
></H2
><P
>If you want to change certain settings at runtime, you have to press the "config" button in
the headerbar. The simulation stops and the runtime menu appears on the console window / xterm.
<PRE
CLASS="SCREEN"
>---------------------
Bochs Runtime Options
---------------------
1. Floppy disk 0: /dev/fd0, size=1.44M, inserted
2. Floppy disk 1: floppyb.img, size=1.44M, inserted
3. 1st CDROM: (master on ata1) /dev/cdrom, ejected
4. 2nd CDROM: (slave on ata1) /dev/cdrecorder, ejected
5. 3rd CDROM: (not present)
6. 4th CDROM: (not present)
7. (not implemented)
8. Log options for all devices
9. Log options for individual devices
10. Instruction tracing: off (doesn't exist yet)
11. USB runtime options
12. Misc runtime options
13. Continue simulation
14. Quit now

Please choose one:  [15]</PRE
></P
><P
>In the runtime configuration you can change the floppy/cdrom image or device,
change the log options or adjust some other settings. If you have trouble with
a specific device, you can change the log options for this device only to get
more information (e.g. report debug messages). This cannot be done in the configuration
file yet.</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x2652.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x2743.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Search order for the configuration file</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="c2599.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Save and restore simulation</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>