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

Annotation of /trunk/doc/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (hide annotations)
Mon Oct 8 16:18:19 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/html
File size: 6287 byte(s)
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.777 2005/06/12 12:31:52 debug Exp $
==============  RELEASE 0.3.3.1  ==============

20050609	Adding simple MIPS IPIs (to dev_mp).
20050611	Adding an ugly hack to track down low-reference bugs
		(define TRACE_NULL_CRASHES, or configure --tracenull).
		Other minor updates.
20050612	Adding a dummy evbmips mode.

==============  RELEASE 0.3.3.2  ==============


1 dpavlin 2 <html>
2 dpavlin 8 <head><title>Gavare's eXperimental Emulator&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;GXemul documentation</title>
3     <meta name="robots" content="noarchive,nofollow,noindex"></head>
4 dpavlin 4 <body bgcolor="#f8f8f8" text="#000000" link="#4040f0" vlink="#404040" alink="#ff0000">
5     <table border=0 width=100% bgcolor="#d0d0d0"><tr>
6     <td width=100% align=center valign=center><table border=0 width=100%><tr>
7     <td align="left" valign=center bgcolor="#d0efff"><font color="#6060e0" size="6">
8 dpavlin 6 <b>Gavare's eXperimental Emulator&nbsp;&nbsp;&nbsp;&nbsp;(GXemul)</b>
9     </font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
10 dpavlin 4 <font color="#000000" size="6"><b></b>
11     </font></td></tr></table></td></tr></table><p>
12 dpavlin 2
13     <!--
14    
15 dpavlin 8 $Id: index.html,v 1.234 2005/06/04 22:47:49 debug Exp $
16 dpavlin 2
17     Copyright (C) 2003-2005 Anders Gavare. All rights reserved.
18    
19     Redistribution and use in source and binary forms, with or without
20     modification, are permitted provided that the following conditions are met:
21    
22     1. Redistributions of source code must retain the above copyright
23     notice, this list of conditions and the following disclaimer.
24     2. Redistributions in binary form must reproduce the above copyright
25     notice, this list of conditions and the following disclaimer in the
26     documentation and/or other materials provided with the distribution.
27     3. The name of the author may not be used to endorse or promote products
28     derived from this software without specific prior written permission.
29    
30     THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
31     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33     ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
34     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
36     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40     SUCH DAMAGE.
41    
42     -->
43    
44 dpavlin 6 <table border="0" width="98%">
45     <tr><td align="left" valign="top" width="60%">
46 dpavlin 2 <h3>Contents:</h3>
47    
48     <p>
49     <ul>
50     <li><a href="intro.html">Introduction</a>
51     <ul>
52     <li><a href="intro.html#overview">Overview</a>
53 dpavlin 4 <li><a href="intro.html#free">Is GXemul Free software?</a>
54 dpavlin 2 <li><a href="intro.html#build">How to compile/build the emulator</a>
55 dpavlin 6 <li><a href="intro.html#run">How to run the emulator</a>
56 dpavlin 2 <li><a href="intro.html#cpus">Which CPU types does GXemul emulate?</a>
57     <li><a href="intro.html#accuracy">Emulation accuracy</a>
58     <li><a href="intro.html#emulmodes">Which machines does GXemul emulate?</a>
59     <li><a href="intro.html#guestos">Which guest OSes are possible to run?</a>
60     </ul>
61    
62     <p>
63 dpavlin 4
64 dpavlin 2 <li><a href="guestoses.html">Installing and running "guest OSes"</a>
65     <ul>
66     <li><a href="guestoses.html#generalnotes">General notes on running "guest OSes"</a>
67 dpavlin 4 <li><a href="guestoses.html#netbsdinstall">Installing NetBSD/pmax in GXemul</a>
68     <li><a href="guestoses.html#netbsdarcinstall">Installing NetBSD/arc in GXemul</a>
69     <li><a href="guestoses.html#netbsdhpcmipsinstall">Installing NetBSD/hpcmips in GXemul</a>
70     <li><a href="guestoses.html#netbsdcobaltinstall">Installing NetBSD/cobalt in GXemul</a>
71 dpavlin 2 <!--
72 dpavlin 4 <li><a href="guestoses.html#netbsdsgimips">Running NetBSD/sgimips in GXemul</a>
73 dpavlin 2 -->
74 dpavlin 4 <li><a href="guestoses.html#openbsdinstall">Installing OpenBSD/pmax in GXemul</a>
75     <li><a href="guestoses.html#openbsdarcinstall">Installing OpenBSD/arc in GXemul</a>
76 dpavlin 2 <!--
77 dpavlin 4 <li><a href="guestoses.html#openbsdsgiinstall">Running OpenBSD/sgi in GXemul</a>
78 dpavlin 2 -->
79 dpavlin 4 <li><a href="guestoses.html#ultrixinstall">Installing Ultrix/RISC in GXemul</a>
80     <li><a href="guestoses.html#sprite">Running Sprite for DECstation in GXemul</a>
81     <li><a href="guestoses.html#declinux">Installing Debian GNU/Linux for DECstation in GXemul</a>
82     <li><a href="guestoses.html#declinuxredhat">Running Redhat Linux for DECstation in GXemul</a>
83     <li><a href="guestoses.html#mach">Running Mach/PMAX in GXemul</a>
84 dpavlin 2 </ul>
85    
86     <p>
87    
88     <li><a href="experiments.html">Experimenting with GXemul</a>
89     <ul>
90     <li><a href="experiments.html#hello">Hello world</a>
91     <li><a href="experiments.html#expdevices">Experimental devices</a>
92     <li><a href="experiments.html#experiments">Experiments with other kernels and guest OSes</a>
93     </ul>
94    
95     <p>
96    
97     <li><a href="configfiles.html">Configuration files</a>
98     <ul>
99     <li><a href="configfiles.html#config">Configuration file syntax</a>
100     <li><a href="configfiles.html#minimal">A minimal example</a>
101     </ul>
102    
103     <p>
104    
105     <li><a href="misc.html">Misc.</a>
106     <ul>
107     <li><a href="misc.html#networking">Networking</a>
108     <li><a href="misc.html#portmips">Porting operating systems to MIPS using GXemul</a>
109     <li><a href="misc.html#compilercontruct">Using GXemul in compiler contruction courses</a>
110     <li><a href="misc.html#disk">How to start the emulator with a disk image</a>
111     <li><a href="misc.html#largeimages">How to extract large gzipped disk images</a>
112     <li><a href="misc.html#userland">Running userland binaries</a>
113     <li><a href="misc.html#promdump">Using a PROM dump from a real machine</a>
114     </ul>
115    
116     <p>
117    
118     <li><a href="technical.html">Technical details</a>
119     <ul>
120     <li><a href="technical.html#overview">Overview</a>
121     <li><a href="technical.html#speed">Speed</a>
122     <li><a href="technical.html#net">Networking</a>
123     <li><a href="technical.html#devices">Emulation of hardware devices</a>
124     <li><a href="technical.html#regtest">Regression tests</a>
125     </ul>
126    
127     </ul>
128 dpavlin 6 </td>
129     <td valign="top" align="right">
130     <p><br><p><br>
131     <table valign="top" align="center" border="0">
132     <tr><td align="center">
133     <a href="20050317-example.png"><img src="20050317-example_medium.png"></a>
134     </td><tr>
135     <tr><td align="center">NetBSD/pmax 1.6.2<br>inside GXemul</td><tr>
136     </table>
137     </td>
138     </tr></table>
139 dpavlin 2
140    
141    
142    
143     <p><br>
144     <a name="feedback"></a>
145     <h3>Feedback:</h3>
146    
147     If you have found GXemul useful, found a bug, or have other comments,
148     then don't hesitate to mail me.
149     <p>
150     (Anders Gavare)
151     <p>
152     <img src="maddr.gif">
153    
154    
155     </p>
156    
157     </body>
158     </html>

  ViewVC Help
Powered by ViewVC 1.1.26