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

..11-May-201419

debug.cH A D11-May-201411.6 KiB

decode.cH A D11-May-201426.5 KiB

fpu.cH A D11-May-201426 KiB

LICENSEH A D11-May-2014738

MakefileH A D11-May-201466

ops.cH A D11-May-2014340.4 KiB

ops2.cH A D11-May-201483.3 KiB

prim_ops.cH A D11-May-201478 KiB

READMEH A D11-May-2014394

sys.cH A D11-May-201416.9 KiB

validate.cH A D11-May-201442.1 KiB

x86emu/H11-May-201413

x86emu.hH A D11-May-20147.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