Bochs/bochs/plex86
Kevin Lawton 87d648682e Code cleanup. Moved the interrupt redirection instrumentation
into the host-specific files and wrapped access to them
  with atomic operations since that's a structure global to
  all the VMs.  I think all the other globals are SMP clean
  since they are only written once during module init time,
  and read thereafter my all VMs.
Renamed all host OS specific functions to hostOS*().  All host
  independent functions to host*().
I'd like to rename all monitor space functions to mon*() next.
2003-01-10 04:27:51 +00:00
..
kernel Code cleanup. Moved the interrupt redirection instrumentation 2003-01-10 04:27:51 +00:00
misc Added plex86 directory to bochs. This directory contains the 2003-01-01 17:32:06 +00:00
config.h.in Added plex86 directory to bochs. This directory contains the 2003-01-01 17:32:06 +00:00
configure Added plex86 directory to bochs. This directory contains the 2003-01-01 17:32:06 +00:00
configure.in Added plex86 directory to bochs. This directory contains the 2003-01-01 17:32:06 +00:00
COPYING Added plex86 directory to bochs. This directory contains the 2003-01-01 17:32:06 +00:00
descriptor.h Added plex86 directory to bochs. This directory contains the 2003-01-01 17:32:06 +00:00
Makefile.in Added plex86 directory to bochs. This directory contains the 2003-01-01 17:32:06 +00:00
PERFORMANCE Added plex86 directory to bochs. This directory contains the 2003-01-01 17:32:06 +00:00
plex86.h Code cleanup. Moved the interrupt redirection instrumentation 2003-01-10 04:27:51 +00:00
TODO Got rid of use of mmap() altogether. User space (bochs) allocates 2003-01-09 04:02:31 +00:00