Bochs/bochs/plex86
Kevin Lawton 6b2c7ef341 Changed over from allocating the the guest physical memory area
in the plex86 module and mmap()'ing it into user space (bochs),
  to letting bochs malloc() it normally and using the
  Linux kernel facility get_user_pages() to get the associated
  physical pages and pin them in memory.  I only have code for
  Linux kernel 2.4.20 and up, as that's the first version to
  export the get_user_pages() symbol so modules can use it.
2003-01-08 17:20:01 +00:00
..
kernel Changed over from allocating the the guest physical memory area 2003-01-08 17:20:01 +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 Changed over from allocating the the guest physical memory area 2003-01-08 17:20:01 +00:00
TODO Unified the routines to retrieve physical page addresses underlying 2003-01-04 01:21:18 +00:00