/[gxemul]/trunk/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by dpavlin, Mon Oct 8 16:18:27 2007 UTC revision 20 by dpavlin, Mon Oct 8 16:19:23 2007 UTC
# Line 1  Line 1 
1  Gavare's eXperimental Emulator   --   GXemul 0.3.4  Gavare's eXperimental Emulator   --   GXemul 0.3.7
2  ==================================================  ==================================================
3    
4  Copyright (C) 2003-2005  Anders Gavare.  Copyright (C) 2003-2005  Anders Gavare.
# Line 7  Copyright (C) 2003-2005  Anders Gavare. Line 7  Copyright (C) 2003-2005  Anders Gavare.
7  Overview  Overview
8  --------  --------
9    
10  GXemul is an experimental instruction-level machine emulator. It can be  GXemul is an experimental instruction-level machine emulator. Several
11  used to run binary code for (among others) MIPS-based machines, regardless  emulation modes are available. In some modes, processors and surrounding
12  of host platform. Several emulation modes are available. For some modes,  hardware components are emulated well enough to let unmodified operating
13  processors and surrounding hardware components are emulated well enough to  systems (e.g. NetBSD) run as if they were running on a real machine.
14  let unmodified operating systems (e.g. NetBSD) run as if they were running  
15  on a real machine.  MIPS processors are emulated using either a simple binary translation
16    layer ("recompilation"), which is used on Alpha and i386 hosts, or by
17    traditional interpretation (very very slow, but works on any host platform).
18    
19    ARM and PowerPC processors are emulated using a newer dynamic translation
20    system. Performance is somewhere between traditional interpretation and
21    dynamic recompilation; however, the dynamic translation system used in
22    GXemul does NOT require platform-specific back-end code. In plain English,
23    this means that the dyntrans system works on any host platform.
24    
25    (PowerPC emulation is still relatively new in 0.3.7, so dont't expect too
26    much from it.)
27    
28    
29  Quick start  Quick start

Legend:
Removed from v.10  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26