File: control

package info (click to toggle)
v86d 0.1.10-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 952 kB
  • ctags: 1,293
  • sloc: ansic: 20,683; makefile: 142; sh: 142
file content (19 lines) | stat: -rw-r--r-- 664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: v86d
Section: utils
Priority: optional
Maintainer: Evgeni Golov <evgeni@debian.org>
Build-Depends: debhelper (>= 5), quilt (>= 0.40), libx86-dev
Standards-Version: 3.9.2
Homepage: http://dev.gentoo.org/~spock/projects/uvesafb/

Package: v86d
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: initramfs-tools
Description: daemon to run x86 code in an emulated environment
 v86d provides a backend for kernel drivers that need to execute
 x86 BIOS code. The code is executed in a controlled environment
 and the results are passed back to the kernel via the netlink
 interface.
 .
 v86d is needed by the uvesafb kernel module.