/[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

Contents of /trunk/doc/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36 - (show annotations)
Mon Oct 8 16:21:34 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/html
File size: 6882 byte(s)
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.1497 2007/03/18 03:41:36 debug Exp $
20070224	Minor update to the initialization of the ns16550 in
		machine_walnut.c, to allow that machine type to boot with the
		new interrupt system (although it is still a dummy machine).
		Adding a wdc at 0x14000000 to machine_landisk.c, and fixing
		the SCIF serial interrupts of the SH4 cpu enough to get
		NetBSD/landisk booting from a disk image :-)  Adding a
		preliminary install instruction skeleton to guestoses.html.
20070306	Adding SH-IPL+G PROM emulation, and also passing the "end"
		symbol in r5 on bootup, for Landisk emulation. This is enough
		to get OpenBSD/landisk to install :)  Adding a preliminary
		install instruction skeleton to the documentation. SuperH
		emulation is still shaky, though :-/
20070307	Fixed a strangeness in memory_sh.c (read/write was never
		returned for any page). (Unknown whether this fixes any actual
		problems, though.)
20070308	dev_ram.c fix: invalidate code translations on writes to
		RAM, emulated as separate devices. Linux/dreamcast gets
		further in the boot process than before, but still bugs out
		in userland.
		Fixing bugs in the "stc.l gbr,@-rN" and "ldc.l @rN+,gbr" SuperH 
		instructions (they should NOT check the MD bit), allowing the
		Linux/dreamcast Live CD to reach userland correctly :-)
20070310	Changing the cpu name "Alpha" in src/useremul.c to "21364" to
		unbreak userland syscall emulation of FreeBSD/Alpha binaries.
20070314	Applying a patch from Michael Yaroslavtsev which fixes the
		previous Linux lib64 patch to the configure script.
20070315	Adding a (dummy) sun4v machine type, and SPARC T1 cpu type.
20070316	Creating a new directory, src/disk, and moving diskimage.c
		to it. Separating out bootblock loading stuff from emul.c into
		new files in src/disk.
		Adding some more SPARC registers.
20070318	Preparing/testing for a minirelease, 0.4.4.1.

==============  RELEASE 0.4.4.1  ==============


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.272 2007/03/18 03:33:25 debug Exp $
14
15 Copyright (C) 2003-2007 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#netbsdmacppcinstall">NetBSD/macppc</a>
75 <li><a href="dreamcast.html#netbsd_generic_md">NetBSD/dreamcast</a>
76 <li><a href="dreamcast.html#linux_live_cd">Linux/dreamcast</a>
77 <li><a href="guestoses.html#openbsdpmaxinstall">OpenBSD/pmax</a>
78 <li><a href="guestoses.html#openbsdcatsinstall">OpenBSD/cats</a>
79 <li><a href="guestoses.html#ultrixinstall">Ultrix/RISC</a>
80 <li><a href="guestoses.html#sprite">Sprite for DECstation</a>
81 <li><a href="guestoses.html#declinux">Debian GNU/Linux for DECstation</a>
82 <li><a href="guestoses.html#declinuxredhat">Redhat Linux for DECstation</a>
83 </ul>
84
85 <p>
86
87 <li><a href="experiments.html">Experimenting with GXemul</a>
88 <ul>
89 <li><a href="experiments.html#hello">Hello world</a>
90 <li><a href="experiments.html#expdevices">Experimental devices</a>
91 </ul>
92
93 <p>
94
95 <li><a href="configfiles.html">Configuration files</a>
96 <ul>
97 <li><a href="configfiles.html#intro">Introduction</a>
98 <li><a href="configfiles.html#config">Configuration file syntax</a>
99 <li><a href="configfiles.html#minimal">A minimal example</a>
100 </ul>
101
102 <p>
103
104 <li><a href="networking.html">Networking</a>
105 <ul>
106 <li><a href="networking.html#intro">Introduction</a>
107 <li><a href="networking.html#multihost">Network across multiple hosts</a>
108 <li><a href="networking.html#direct_example_1">Direct-access example 1: udp_snoop</a>
109 </ul>
110
111 <p>
112
113 <li><a href="gdb_remote.html">GDB remote serial protocol connection</a>
114 <ul>
115 <li><a href="gdb_remote.html#intro">Introduction</a>
116 <li><a href="gdb_remote.html#prerequisites">Prerequisites</a>
117 <li><a href="gdb_remote.html#example">Example session</a>
118 </ul>
119
120 <p>
121
122 <li><a href="dreamcast.html">Dreamcast emulation</a>
123 <ul>
124 <li><a href="dreamcast.html#intro">Introduction</a>
125 <li><a href="dreamcast.html#netbsd_generic_md">NetBSD/dreamcast GENERIC_MD</a>
126 <li><a href="dreamcast.html#netbsd_live_cd">NetBSD/dreamcast Live CD</a>
127 <li><a href="dreamcast.html#linux_live_cd">Linux/dreamcast Live CD</a>
128 </ul>
129
130 <p>
131
132 <li><a href="misc.html">Miscellaneous</a>
133 <ul>
134 <li><a href="misc.html#devel">Writing operating system code, or
135 developing firmware, using GXemul</a>
136 <li><a href="misc.html#compilercontruct">Using GXemul in compiler contruction courses</a>
137 <li><a href="misc.html#disk">How to start the emulator with a disk image</a>
138 <li><a href="misc.html#filexfer">Transfering files to/from the guest OS</a>
139 <li><a href="misc.html#largeimages">How to extract large gzipped disk images</a>
140 <li><a href="misc.html#userland">Running userland binaries</a>
141 <li><a href="misc.html#promdump">Using a PROM dump from a real machine</a>
142 </ul>
143
144 <p>
145
146 <li><a href="technical.html">Technical details</a>
147 <ul>
148 <li><a href="technical.html#speed">Speed and emulation modes</a>
149 <li><a href="technical.html#net">Networking</a>
150 <li><a href="technical.html#devices">Emulation of hardware devices</a>
151 </ul>
152
153 </ul>
154
155
156
157
158 <p><br>
159 <a name="feedback"></a>
160 <h3>Feedback:</h3>
161
162 If you have found GXemul useful, found a bug, or have other comments,
163 then don't hesitate to mail me.
164 <p>
165 (Anders Gavare)
166 <p>
167 <img src="maddr.gif">
168
169
170 </p>
171
172 </body>
173 </html>

  ViewVC Help
Powered by ViewVC 1.1.26