Bochs/bochs/debug
Bryce Denney e61d00351f - merged BRANCH-smp-bochs into main branch. For details see comments
in BRANCH-smp-bochs revisions.
- The general task was to make multiple CPU's which communicate
  through their APICs.  So instead of BX_CPU and BX_MEM, we now have
  BX_CPU(x) and BX_MEM(y).  For an SMP simulation you have several
  processors in a shared memory space, so there might be processors
  BX_CPU(0..3) but only one memory space BX_MEM(0).  For cosimulation,
  you could have BX_CPU(0) with BX_MEM(0), then BX_CPU(1) with
  BX_MEM(1).  WARNING: Cosimulation is almost certainly broken by the
  SMP changes.
- to simulate multiple CPUs, you have to give each CPU time to execute
  in turn.  This is currently implemented using debugger guards.  The
  cpu loop steps one CPU for a few instructions, then steps the
  next CPU for a few instructions, etc.
- there is some limited support in the debugger for two CPUs, for
  example printing information from each CPU when single stepping.
2001-05-23 08:16:07 +00:00
..
crc.cc - entered original Bochs snapshot bochs-2000_0325a.tar.gz from 2001-04-10 01:04:59 +00:00
dbg_main.cc - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
debug.h - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
lexer.c - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
lexer.l - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
linux.cc - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
linux.h - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
loader_misc.h - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
make-syscalls-linux.pl - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
Makefile.in - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
parser.c - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
parser.h - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
parser.y - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
sim2.cc - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
syscalls-linux.h - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00