/[gxemul]/upstream/0.3.1/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 /upstream/0.3.1/doc/index.html

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.26