• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..12-Nov-201019

debug.cH A D22-Mar-201011.6 KiB

decode.cH A D22-Mar-201026.5 KiB

fpu.cH A D22-Mar-201026 KiB

LICENSEH A D22-Mar-2010738

MakefileH A D22-Mar-201066

ops.cH A D22-Mar-2010340.4 KiB

ops2.cH A D22-Mar-201083.3 KiB

prim_ops.cH A D22-Mar-201078 KiB

READMEH A D22-Mar-2010394

sys.cH A D22-Mar-201016.9 KiB

validate.cH A D22-Mar-201042.1 KiB

x86emu/H12-Nov-201013

x86emu.hH A D22-Mar-20107.1 KiB

README

1
2This is a simple X86 emulator.  The original source for this
3was taken from the XFree86 project.  This code is used to
4interpret the X86 instructions in the ROM on the VGA
5adapter to initialize the card to text mode.  Once initialized,
6this emulator is no longer needed.
7
8** Read the 'LICENSE' file before using this in production code **
9
10The XFree86 license is similar to the BSD license.
11
12
13