Bochs/bochs/plex86/kernel
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
..
freebsd
include Code cleanup. Moved the interrupt redirection instrumentation 2003-01-10 04:27:51 +00:00
fault-mon.c
host-beos.c
host-freebsd.c
host-linux.c Code cleanup. Moved the interrupt redirection instrumentation 2003-01-10 04:27:51 +00:00
host-netbsd.c
host-null.c Code cleanup. Moved the interrupt redirection instrumentation 2003-01-10 04:27:51 +00:00
Makefile.in Some cleanup. 2003-01-02 02:11:40 +00:00
monitor-host.c Code cleanup. Moved the interrupt redirection instrumentation 2003-01-10 04:27:51 +00:00
monitor-mon.c Got rid of use of mmap() altogether. User space (bochs) allocates 2003-01-09 04:02:31 +00:00
nexus.S
paging-mon.c Code cleanup. Moved the interrupt redirection instrumentation 2003-01-10 04:27:51 +00:00
panic-mon.c
print-mon.c Renamed file. 2003-01-02 02:10:44 +00:00
util-nexus.c Some cleanup. 2003-01-02 02:11:40 +00:00