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
|
Source: bochs
Section: misc
Priority: extra
Maintainer: Guillem Jover <guillem@debian.org>
Build-Depends: debhelper (>= 5), quilt (>= 0.40), dpkg-dev (>= 1.13.19),
autoconf, libz-dev, libncurses5-dev, libreadline5-dev | libreadline-dev,
libaa1-dev, libsvga1-dev [i386 amd64], libx11-dev, libxpm-dev, libice-dev,
libsm-dev, libsdl1.2-dev, libwxgtk2.6-dev, libgtk2.0-dev,
libasound2-dev [i386 amd64 powerpc alpha sparc m68k arm mips mipsel s390]
Build-Depends-Indep: bcc (>= 0.16.3-2), bin86 (>= 0.16.3-2), perl, docbook-utils
Standards-Version: 3.7.2
Package: bochs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, bochs-wx | bochs-gui,
bochsbios (= ${source:Version}), vgabios (>= 0.5c-1)
Recommends: bximage | createdisk
Suggests: bochs-doc, debootstrap, grub-disk, gcc | c-compiler, libc-dev
XB-Tag: hardware::emulation, made-of::lang:c++, role::sw:application
Description: IA-32 PC emulator
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
Bochs is capable of running most operating systems inside the emulation
including GNU, GNU/Linux, *BSD, FreeDOS, MSDOS and Windows 95/NT.
Package: bochs-doc
Architecture: all
XB-Tag: hardware::emulation, made-of::data:html, role::content:doc
Description: Bochs upstream documentation
This package contains the HTML documentation of the Bochs project.
.
The documentation is divided into three parts:
.
* User Guide
* Development Guide
* Documentation Guide
Package: bochsbios
Architecture: all
Replaces: bochs (<< 2.0)
XB-Tag: hardware::emulation, made-of::lang:c++, role::content:data
Description: BIOS for the Bochs emulator
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains the BIOS of the Bochs project.
Package: bochs-wx
Architecture: any
Depends: ${shlibs:Depends}, bochs (= ${Source-Version})
Replaces: bochs (<< 2.0rel-1)
Provides: bochs-gui
XB-Tag: hardware::emulation, interface::x11, made-of::lang:c++, role::sw:plugin, uitoolkit::wxwidgets
Description: WxWindows plugin for Bochs
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains a WxWindows GUI plugin for Bochs.
Package: bochs-sdl
Architecture: any
Depends: ${shlibs:Depends}, bochs (= ${Source-Version})
Replaces: bochs (<< 2.0rel-1)
Provides: bochs-gui
XB-Tag: hardware::emulation, made-of::lang:c++, role::sw:plugin, uitoolkit::sdl
Description: SDL plugin for Bochs
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains an SDL GUI plugin for Bochs.
.
Use Scroll-Lock key for full screen.
Package: bochs-term
Architecture: any
Depends: ${shlibs:Depends}, bochs (= ${Source-Version})
Replaces: bochs (<< 2.0rel-1), bochs-curses
Provides: bochs-gui
XB-Tag: hardware::emulation, interface::text-mode, made-of::lang:c++, role::sw:plugin, uitoolkit::ncurses
Description: Terminal (ncurses-based) plugin for Bochs
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains a Terminal (ncurses-based) GUI plugin for Bochs.
Package: bochs-x
Architecture: any
Depends: ${shlibs:Depends}, bochs (= ${Source-Version})
Replaces: bochs (<< 2.0rel-1)
Provides: bochs-gui
XB-Tag: hardware::emulation, interface::x11, made-of::lang:c++, role::sw:plugin
Description: X11 plugin for Bochs
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains an X11 GUI plugin for Bochs.
Package: bochs-svga
Architecture: i386 amd64
Depends: ${shlibs:Depends}, bochs (= ${Source-Version})
Provides: bochs-gui
XB-Tag: hardware::emulation, interface::svga, made-of::lang:c++, role::sw:plugin
Description: SVGA plugin for Bochs
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains an SVGA GUI plugin for Bochs.
.
**VERY IMPORTANT WARNING**
Running Bochs with this plugin will redirect all your keyboard input
(including ALT+Fx) to the guest OS, blocking your terminal. An exception
is the F12 key, which you can use to interrupt the emulation.
Package: bximage
Architecture: any
Depends: ${shlibs:Depends}
XB-Tag: admin::boot, hardware::emulation, interface::commandline, role::sw:utility
Description: Disk Image Creation Tool for Bochs
This tool is part of the Bochs project. Its purpose is to generate
disk images that are used to allocate the guest operating system in
Bochs environment.
Package: sb16ctrl-bochs
Architecture: i386 hurd-i386 kfreebsd-i386 knetbsd-i386
Replaces: sb16ctrl
Depends: ${shlibs:Depends}
XB-Tag: admin::configuring, admin::hardware, hardware::emulation, interface::commandline, role::sw:utility, use::configuring
Description: control utility for Bochs emulated SB16 card
You can use this utility to perform some query operations on
the Bochs emulated SB16 card. It needs to be installed in your
Debian-based guest OS.
.
The sb16ctrl utility contained in this package can only be used
from inside the Bochs emulator. DO NOT TRY IT ON REAL HARDWARE.
|