This file is indexed.

/usr/share/doc/bochs/README.plugins is in bochs 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
Bochs supports several user interface plugins, the following is the
current list:

  - wx
  - sdl
  - x
  - rfb
  - term

In this document we will refer with '%ui%' to any of those plugins.
In Debian those are split in independent packages, having installed
the bochs-%ui% package we could use it in one of the following ways:

1) Run it only once, using command line parameters.

	$ bochs -q 'config_interface:textconfig display_library:%ui%'

2) To make %ui% the default.

    Edit '.bochsrc', change the 'config_interface' and 'display_library'
    settings to:

	config_interface: textconfig
	display_library: %ui%

    Run it:

	$ bochs

3) Use an %ui% config file occasionaly.

    Copy your '.bochsrc' file:

	$ cp .bochsrc .bochsrc.%ui%

    Edit '.bochsrc.%ui%', change the 'config_interface' and
    'display_library' settings to:

	config_interface: textconfig
	display_library: %ui%

    Run bochs with the '-f' switch:

	$ bochs -f .bochsrc.%ui%