summaryrefslogtreecommitdiff
path: root/development/libx86/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/libx86/README')
-rw-r--r--development/libx86/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/development/libx86/README b/development/libx86/README
deleted file mode 100644
index 91a007a280..0000000000
--- a/development/libx86/README
+++ /dev/null
@@ -1,6 +0,0 @@
-libx86 - a hardware-independent library for executing real-mode x86 code
-
-It's often useful to be able to make real-mode x86 BIOS calls from
-userland. lrmi provides a simple interface to this for x86 machines, but
-this doesn't help on other platforms. libx86 provides the lrmi interface,
-but will also run on platforms such as amd64 and alpha.