/[gxemul]/upstream/0.3.8/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

Contents of /upstream/0.3.8/doc/index.html

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.26