/[gxemul]/trunk/RELEASE
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/RELEASE

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

revision 10 by dpavlin, Mon Oct 8 16:18:27 2007 UTC revision 16 by dpavlin, Mon Oct 8 16:19:01 2007 UTC
# Line 1  Line 1 
1  Release notes for GXemul 0.3.4  Release notes for Gavare's eXperimental Emulator (GXemul), 0.3.6.1
2  ==============================  ==================================================================
3    
4  Copyright (C) 2003-2005  Anders Gavare.  Copyright (C) 2003-2005  Anders Gavare.
5    
6    
7  GXemul is an experimental instruction-level machine emulator. It can be  GXemul is an experimental instruction-level machine emulator. Several
8  used to run binary code for (among others) MIPS-based machines, regardless  emulation modes are available. In some modes, processors and surrounding
9  of host platform. Several emulation modes are available. For some modes,  hardware components are emulated well enough to let unmodified operating
10  processors and surrounding hardware components are emulated well enough to  systems (e.g. NetBSD) run as if they were running on a real machine.
 let unmodified operating systems (e.g. NetBSD) run as if they were running  
 on a real machine.  
11    
12  I have verified that the following "guest" operating systems can run  The processor architecture best emulated by GXemul is MIPS, but other
13  inside the emulator:  architectures are also partially emulated.
14    
15    I have verified that the following "guest" operating systems can run inside
16    the emulator:
17    
18      Guest operating system             Emulated machine      Guest operating system             Emulated machine
19      ----------------------             ----------------      ----------------------             ----------------
# Line 28  inside the emulator: Line 29  inside the emulator:
29      NetBSD/cobalt 2.0.2                Cobalt      NetBSD/cobalt 2.0.2                Cobalt
30      NetBSD/evbmips 2.0.2               Malta 5Kc/4Kc evaluation board      NetBSD/evbmips 2.0.2               Malta 5Kc/4Kc evaluation board
31      NetBSD/sgimips 2.0.2               SGI O2 ("IP32")      NetBSD/sgimips 2.0.2               SGI O2 ("IP32")
32        NetBSD/cats 2.0.2                  CATS (ARM)
33        OpenBSD/cats 3.7                   CATS (ARM)
34    
35    (Most of these are MIPS-based machines, except the CATS, which is an
36    ARM-based machine.)
37    
38  Some of these guest operating systems are easier to install and run than  Some of these guest operating systems are easier to install and run than
39  others. The best supported mode is the DECstation 5000/200 emulation mode,  others. The best supported mode is the DECstation 5000/200 emulation mode,
40  with NetBSD/pmax as the guest operating system.  with NetBSD/pmax as the guest operating system.
41    
42  A couple of other emulation modes exist. Some of these modes are almost  A couple of other emulation modes exist. Some of these modes are almost
43  working well enough to run complete guest operating systems, but most are  working well enough to run complete guest operating systems, but most are
44  just skeletons. The modes that work are listed in the documentation.  just skeletons. The modes that work are listed in the documentation.
45    
46  The emulator can also be used in other experiments; it does not have to  The emulator can also be used in other experiments; it does not have to run
47  run entire guest operating systems. (However, GXemul does not simulate  entire guest operating systems. (However, GXemul does not simulate things
48  things smaller than an instruction. What this means is that pipe-line  smaller than an instruction. What this means is that pipe-line stalls,
49  stalls, penalties caused by branch-prediction misses or cache misses, and  penalties caused by branch-prediction misses or cache misses, and other
50  other micro-architectural effects are not simulated.)  micro-architectural effects are not simulated.)
51    
52  Summary of changes between release 0.3.3.2 and 0.3.4:  The most imporant user-visible change between release 0.3.5 and 0.3.6 is:
53    
54          x)  When emulating a network of multiple machines, the emulated      x)  The experimental ARM emulation mode is now working well enough
55              machines can now be placed on different hosts.          to install NetBSD/cats and OpenBSD/cats onto harddisk images.
56    
57          x)  NetBSD/evbmips can now be installed and run from a disk image.  There have also been lots of other small changes, too small to mention here.
58              (There is no INSTALL kernel for NetBSD/evbmips, so you need to  
59              install using another OS, for example emulated NetBSD/pmax.)  The 0.3.6.1 release fixes some issues related to ARM emulation:
60    
61          x)  NetBSD/sgimips can now be installed. Not onto a SCSI disk,      x)  The emulator can now be compiled inside NetBSD/cats or OpenBSD/cats,
62              but the files can be exported via nfs from another emulated          inside the emulator itself. (In 0.3.6, some bugs prevented this.)
             machine. The sgimips machine can then netboot. (Read the  
             documentation for details.)  
63    
64  There have also been various other minor updates and bugfixes.      x)  Performance increase:  A non-scientific but realistic test, measuring
65            the real-world time it takes to do a full NetBSD/cats installation,
66            seems to indicate that 0.3.6.1 can be twice as fast as 0.3.6 was.
67    
68  Files included in this release are:  Files included in this release are:
69    
# Line 71  Files included in this release are: Line 77  Files included in this release are:
77    doc                         Documentation.    doc                         Documentation.
78    experiments                 Experimental code. (Usually not needed.)    experiments                 Experimental code. (Usually not needed.)
79    src                         Source code.    src                         Source code.
   tests                       Regression tests.  
80    
81  To build the emulator, run the ./configure script, and then run make.  To build the emulator, run the ./configure script, and then run make.
82    
# Line 143  them like this is in order: Line 148  them like this is in order:
148    
149      This product includes software developed by Marc Horowitz.      This product includes software developed by Marc Horowitz.
150    
151        This product includes software developed by Brini.
152    
153        This product includes software developed by Mark Brinicombe
154        for the NetBSD Project.
155    
156    Also, src/include/alpha_rpb.h requires the following:
157    
158        Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
159        All rights reserved.
160    
161        Author: Keith Bostic, Chris G. Demetriou
162    
163        Permission to use, copy, modify and distribute this software and
164        its documentation is hereby granted, provided that both the copyright
165        notice and this permission notice appear in all copies of the
166        software, derivative works or modified versions, and any portions
167        thereof, and that both notices appear in supporting documentation.
168    
169  See individual files for license details, if you plan to redistribute GXemul  See individual files for license details, if you plan to redistribute GXemul
170  or reuse code.  or reuse code.
171    
172  Thanks to (in no specific order, that is, this is in alphabetic order :-)  Thanks to (in no specific order) Joachim Buss, Juli Mallett, Juan Romero
173  Joachim Buss, Juli Mallett, Juan RP, Alec Voropay, Alexander Yurchenko,  Pardines, Alec Voropay, Göran Weinholt, Alexander Yurchenko, and everyone
174  and everyone else who has provided me with feedback.  else who has provided me with feedback.
175    
176  If you have found GXemul useful in some way, or feel like sending me comments  If you have found GXemul useful in some way, or feel like sending me comments
177  or feedback in general, then mail me at anders(at)gavare.se.  or feedback in general, then mail me at anders(at)gavare.se.

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

  ViewVC Help
Powered by ViewVC 1.1.26