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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (show annotations)
Mon Oct 8 16:21:06 2007 UTC (16 years, 8 months ago) by dpavlin
File MIME type: text/html
File size: 6373 byte(s)
0.4.3
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.265 2006/10/28 13:04:37 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#translation">What kind of translation does GXemul use?</a>
54 <li><a href="intro.html#accuracy">Emulation accuracy</a>
55 <li><a href="intro.html#emulmodes">Which machines does GXemul emulate?</a>
56 </ul>
57
58 <p>
59
60 <li><a href="guestoses.html">Installing and running "guest OSes"</a>
61 <ul>
62 <li><a href="guestoses.html#generalnotes">General notes on running "guest OSes"</a>
63 <li><a href="guestoses.html#netbsdpmaxinstall">NetBSD/pmax</a>
64 <li><a href="guestoses.html#netbsdarcinstall">NetBSD/arc</a>
65 <li><a href="guestoses.html#netbsdhpcmipsinstall">NetBSD/hpcmips</a>
66 <li><a href="guestoses.html#netbsdcobaltinstall">NetBSD/cobalt</a>
67 <li><a href="guestoses.html#netbsdevbmipsinstall">NetBSD/evbmips</a>
68 <li><a href="guestoses.html#netbsdalgorinstall">NetBSD/algor</a>
69 <li><a href="guestoses.html#netbsdsgimips">NetBSD/sgimips</a>
70 <li><a href="guestoses.html#netbsdcatsinstall">NetBSD/cats</a>
71 <li><a href="guestoses.html#netbsdevbarminstall">NetBSD/evbarm</a>
72 <li><a href="guestoses.html#netbsdnetwinderinstall">NetBSD/netwinder</a>
73 <li><a href="guestoses.html#netbsdprepinstall">NetBSD/prep</a>
74 <li><a href="guestoses.html#netbsddreamcast">NetBSD/dreamcast</a>
75 <li><a href="guestoses.html#openbsdpmaxinstall">OpenBSD/pmax</a>
76 <li><a href="guestoses.html#openbsdcatsinstall">OpenBSD/cats</a>
77 <li><a href="guestoses.html#ultrixinstall">Ultrix/RISC</a>
78 <li><a href="guestoses.html#sprite">Sprite for DECstation</a>
79 <li><a href="guestoses.html#declinux">Debian GNU/Linux for DECstation</a>
80 <li><a href="guestoses.html#declinuxredhat">Redhat Linux for DECstation</a>
81 </ul>
82
83 <p>
84
85 <li><a href="experiments.html">Experimenting with GXemul</a>
86 <ul>
87 <li><a href="experiments.html#hello">Hello world</a>
88 <li><a href="experiments.html#expdevices">Experimental devices</a>
89 </ul>
90
91 <p>
92
93 <li><a href="configfiles.html">Configuration files</a>
94 <ul>
95 <li><a href="configfiles.html#intro">Introduction</a>
96 <li><a href="configfiles.html#config">Configuration file syntax</a>
97 <li><a href="configfiles.html#minimal">A minimal example</a>
98 </ul>
99
100 <p>
101
102 <li><a href="networking.html">Networking</a>
103 <ul>
104 <li><a href="networking.html#intro">Introduction</a>
105 <li><a href="networking.html#multihost">Network across multiple hosts</a>
106 <li><a href="networking.html#direct_example_1">Direct-access example 1: udp_snoop</a>
107 </ul>
108
109 <p>
110
111 <li><a href="gdb_remote.html">GDB remote serial protocol connection</a>
112 <ul>
113 <li><a href="gdb_remote.html#intro">Introduction</a>
114 <li><a href="gdb_remote.html#prerequisites">Prerequisites</a>
115 <li><a href="gdb_remote.html#example">Example session</a>
116 </ul>
117
118 <p>
119
120 <li><a href="misc.html">Miscellaneous</a>
121 <ul>
122 <li><a href="misc.html#devel">Writing operating system code, or
123 developing firmware, using GXemul</a>
124 <li><a href="misc.html#compilercontruct">Using GXemul in compiler contruction courses</a>
125 <li><a href="misc.html#disk">How to start the emulator with a disk image</a>
126 <li><a href="misc.html#filexfer">Transfering files to/from the guest OS</a>
127 <li><a href="misc.html#largeimages">How to extract large gzipped disk images</a>
128 <li><a href="misc.html#userland">Running userland binaries</a>
129 <li><a href="misc.html#promdump">Using a PROM dump from a real machine</a>
130 </ul>
131
132 <p>
133
134 <li><a href="technical.html">Technical details</a>
135 <ul>
136 <li><a href="technical.html#speed">Speed and emulation modes</a>
137 <li><a href="technical.html#net">Networking</a>
138 <li><a href="technical.html#devices">Emulation of hardware devices</a>
139 </ul>
140
141 </ul>
142
143
144
145
146 <p><br>
147 <a name="feedback"></a>
148 <h3>Feedback:</h3>
149
150 If you have found GXemul useful, found a bug, or have other comments,
151 then don't hesitate to mail me.
152 <p>
153 (Anders Gavare)
154 <p>
155 <img src="maddr.gif">
156
157
158 </p>
159
160 </body>
161 </html>

  ViewVC Help
Powered by ViewVC 1.1.26