summaryrefslogtreecommitdiffstats
path: root/system/v86d/README
blob: 222d658046cc9ad30178a93c960202bf8281e62e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.

To compile using glibc, pass OPT="--default" to the script.
(i.e. 
	OPT=--default ./v86d.SlackBuild
	OPT=--default sh v86d.SlackBuild
)

Compiling against glibc will result in a dynamically linked
executable that is _not suitable_ for inclusion in initrds.