File: README.plugins

package info (click to toggle)
bochs 2.3-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 14,116 kB
  • ctags: 16,927
  • sloc: cpp: 130,524; ansic: 18,822; sh: 7,922; makefile: 3,836; yacc: 1,056; asm: 463; perl: 381; lex: 280; csh: 3
file content (45 lines) | stat: -rw-r--r-- 961 bytes parent folder | download | duplicates (4)
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
Bochs supports several user interface plugins, the following is the
current list:

  - wx
  - sdl
  - x
  - svga
  - 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%