	$Id: README,v 1.2 1999/09/20 18:50:25 ragge Exp $

svax - The software vax, v0.1.

This piece of code tries to emulate a VAX 11/780. It has around 120 insn's
implemented so far.

This code has so far only been run on NetBSD/i386, and will probably fault
on other platforms.

It runs EVKAA.EXE (VAX hardcore instruction test) without errors.

Note:
- The machine is assumed to run 1M insn/s; and all timers use this as their
  base. Therefore no timers will work in real-time.

TODO:
- Remove the gcc-specific parts.

- Write more instructions.

- Handle interrupted instructions correctly. Right now roll-back do not exist.

- Implement the memory management stuff.

- Implement the process handling stuff.

- Write some devices.

- Anything you can think of :-)

Send comments to:
	ragge@ludd.luth.se
