summaryrefslogtreecommitdiffstats
path: root/cfe/cfe/x86emu/README
diff options
context:
space:
mode:
Diffstat (limited to 'cfe/cfe/x86emu/README')
-rw-r--r--cfe/cfe/x86emu/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/cfe/cfe/x86emu/README b/cfe/cfe/x86emu/README
new file mode 100644
index 0000000..c7351ba
--- /dev/null
+++ b/cfe/cfe/x86emu/README
@@ -0,0 +1,12 @@
+
+This is a simple X86 emulator. The original source for this
+was taken from the XFree86 project. This code is used to
+interpret the X86 instructions in the ROM on the VGA
+adapter to initialize the card to text mode. Once initialized,
+this emulator is no longer needed.
+
+** Read the 'LICENSE' file before using this in production code **
+
+The XFree86 license is similar to the BSD license.
+
+