diff options
Diffstat (limited to 'system/v86d/README')
-rw-r--r-- | system/v86d/README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/system/v86d/README b/system/v86d/README deleted file mode 100644 index 222d658046..0000000000 --- a/system/v86d/README +++ /dev/null @@ -1,13 +0,0 @@ -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. |