/[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 38 - (hide annotations)
Mon Oct 8 16:21:53 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/html
File size: 7129 byte(s)
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.1515 2007/04/14 05:39:46 debug Exp $
20070324	Adding a "--debug" option to the configure script, to disable
		optimizations in unstable development builds.
		Moving out SCSI-specific stuff from diskimage.c into a new
		diskimage_scsicmd.c.
		Applying Hĺvard Eidnes' patch for SCSICDROM_READ_DISKINFO and
		SCSICDROM_READ_TRACKINFO. (Not really tested yet.)
		Implementing disk image "overlays" (to allow simple roll-back
		to previous disk state). Adding a 'V' disk flag for this, and
		updating the man page and misc.html.
20070325	Stability fix to cpu_dyntrans.c, when multiple physical pages
		share the same initial table entry. (The ppp == NULL check
		should be physpage_ofs == 0.) Bug found by analysing GXemul
		against a version patched for Godson.
		Fixing a second occurance of the same problem (also in
		cpu_dyntrans.c).
		Fixing a MAJOR physical page leak in cpu_dyntrans.c; pages
		weren't _added_ to the set of translated pages, they _replaced_
		all previous pages. It's amazing that this bug has been able
		to live for this long. (Triggered when emulating >128MB RAM.)
20070326	Removing the GDB debugging stub support; it was too hackish
		and ugly.
20070328	Moving around some native code generation skeleton code.
20070329	The -lm check in the configure script now also checks for sin()
		in addition to sqrt(). (Thanks to Nigel Horne for noticing that
		sqrt was not enough on Fedora Core 6.) (Not verified yet.)
20070330	Fixing an indexing bug in dev_sh4.c, found by using gcc version
		4.3.0 20070323.
20070331	Some more experimentation with native code generation.
20070404	Attempting to fix some more SH4 SCIF interrupt bugs; rewriting
		the SH interrupt assertion/deassertion code somewhat.
20070410	Splitting src/file.c into separate files in src/file/.
		Cleanup: Removing the dummy TS7200, Walnut, PB1000, and
		Meshcube emulation modes, and dev_epcom and dev_au1x00.
		Removing the experimental CHIP8/RCA180x code; it wasn't really
		working much lately, anyway. It was fun while it lasted.
		Also removing the experimental Transputer CPU support.
20070412	Moving the section about how the dynamic translation system
		works from intro.html to a separate translation.html file.
		Minor SH fixes; attempting to get OpenBSD/landisk to run
		without randomly bugging out, but no success yet.
20070413	SH SCI (serial bit interface) should now work together with a
		(new) RS5C313 clock device (for Landisk emulation).
20070414	Moving Redhat/MIPS down from supported to experimental, in
		guestoses.html.
		Preparing for a new release; doing some regression testing etc.

==============  RELEASE 0.4.5  ==============


1 dpavlin 12 <html><head><title>Gavare's eXperimental Emulator</title>
2 dpavlin 8 <meta name="robots" content="noarchive,nofollow,noindex"></head>
3 dpavlin 4 <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 dpavlin 6 <b>Gavare's eXperimental Emulator&nbsp;&nbsp;&nbsp;&nbsp;(GXemul)</b>
8 dpavlin 4 </font></td></tr></table></td></tr></table><p>
9 dpavlin 2
10 dpavlin 12
11 dpavlin 2 <!--
12    
13 dpavlin 38 $Id: index.html,v 1.276 2007/04/14 05:38:00 debug Exp $
14 dpavlin 2
15 dpavlin 34 Copyright (C) 2003-2007 Anders Gavare. All rights reserved.
16 dpavlin 2
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 dpavlin 4 <li><a href="intro.html#free">Is GXemul Free software?</a>
50 dpavlin 2 <li><a href="intro.html#build">How to compile/build the emulator</a>
51 dpavlin 6 <li><a href="intro.html#run">How to run the emulator</a>
52 dpavlin 22 <li><a href="intro.html#cpus">Which processor architectures does GXemul emulate?</a>
53 dpavlin 38 <li><a href="intro.html#hosts">Which host architectures are supported?</a>
54 dpavlin 2 <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 dpavlin 4
60 dpavlin 2 <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 dpavlin 22 <li><a href="guestoses.html#netbsdpmaxinstall">NetBSD/pmax</a>
64 dpavlin 10 <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 dpavlin 30 <li><a href="guestoses.html#netbsdalgorinstall">NetBSD/algor</a>
69 dpavlin 10 <li><a href="guestoses.html#netbsdsgimips">NetBSD/sgimips</a>
70 dpavlin 14 <li><a href="guestoses.html#netbsdcatsinstall">NetBSD/cats</a>
71 dpavlin 22 <li><a href="guestoses.html#netbsdevbarminstall">NetBSD/evbarm</a>
72 dpavlin 30 <li><a href="guestoses.html#netbsdnetwinderinstall">NetBSD/netwinder</a>
73 dpavlin 20 <li><a href="guestoses.html#netbsdprepinstall">NetBSD/prep</a>
74 dpavlin 34 <li><a href="guestoses.html#netbsdmacppcinstall">NetBSD/macppc</a>
75 dpavlin 36 <li><a href="dreamcast.html#netbsd_generic_md">NetBSD/dreamcast</a>
76     <li><a href="dreamcast.html#linux_live_cd">Linux/dreamcast</a>
77 dpavlin 22 <li><a href="guestoses.html#openbsdpmaxinstall">OpenBSD/pmax</a>
78 dpavlin 14 <li><a href="guestoses.html#openbsdcatsinstall">OpenBSD/cats</a>
79 dpavlin 10 <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 dpavlin 2 </ul>
83    
84     <p>
85    
86     <li><a href="experiments.html">Experimenting with GXemul</a>
87     <ul>
88     <li><a href="experiments.html#hello">Hello world</a>
89     <li><a href="experiments.html#expdevices">Experimental devices</a>
90     </ul>
91    
92     <p>
93    
94 dpavlin 32 <li><a href="configfiles.html">Configuration files</a>
95 dpavlin 24 <ul>
96 dpavlin 32 <li><a href="configfiles.html#intro">Introduction</a>
97     <li><a href="configfiles.html#config">Configuration file syntax</a>
98     <li><a href="configfiles.html#minimal">A minimal example</a>
99 dpavlin 24 </ul>
100    
101     <p>
102    
103 dpavlin 32 <li><a href="networking.html">Networking</a>
104 dpavlin 2 <ul>
105 dpavlin 32 <li><a href="networking.html#intro">Introduction</a>
106     <li><a href="networking.html#multihost">Network across multiple hosts</a>
107     <li><a href="networking.html#direct_example_1">Direct-access example 1: udp_snoop</a>
108 dpavlin 2 </ul>
109    
110     <p>
111    
112 dpavlin 34 <li><a href="dreamcast.html">Dreamcast emulation</a>
113     <ul>
114     <li><a href="dreamcast.html#intro">Introduction</a>
115     <li><a href="dreamcast.html#netbsd_generic_md">NetBSD/dreamcast GENERIC_MD</a>
116     <li><a href="dreamcast.html#netbsd_live_cd">NetBSD/dreamcast Live CD</a>
117     <li><a href="dreamcast.html#linux_live_cd">Linux/dreamcast Live CD</a>
118     </ul>
119    
120     <p>
121    
122 dpavlin 12 <li><a href="misc.html">Miscellaneous</a>
123 dpavlin 2 <ul>
124 dpavlin 12 <li><a href="misc.html#devel">Writing operating system code, or
125     developing firmware, using GXemul</a>
126 dpavlin 2 <li><a href="misc.html#compilercontruct">Using GXemul in compiler contruction courses</a>
127     <li><a href="misc.html#disk">How to start the emulator with a disk image</a>
128 dpavlin 38 <li><a href="misc.html#tape_images">How to start the emulator with tape images</a>
129     <li><a href="misc.html#disk_overlays">How to use disk image overlays</a>
130 dpavlin 20 <li><a href="misc.html#filexfer">Transfering files to/from the guest OS</a>
131 dpavlin 2 <li><a href="misc.html#largeimages">How to extract large gzipped disk images</a>
132     <li><a href="misc.html#userland">Running userland binaries</a>
133     <li><a href="misc.html#promdump">Using a PROM dump from a real machine</a>
134     </ul>
135    
136     <p>
137    
138 dpavlin 38 <li><a href="translation.html">Dynamic Translation</a>
139     <ul>
140     <li><a href="translation.html#staticvsdynamic">Static vs. dynamic</a>
141     <li><a href="translation.html#ir">Executable Intermediate Representation</a>
142     <li><a href="translation.html#performance">Performance</a>
143     <li><a href="translation.html#instrcomb">Instruction Combinations</a>
144     <li><a href="translation.html#native">Native Code Generation Back-ends</a>
145     </ul>
146    
147     <p>
148    
149 dpavlin 2 <li><a href="technical.html">Technical details</a>
150     <ul>
151 dpavlin 10 <li><a href="technical.html#speed">Speed and emulation modes</a>
152 dpavlin 2 <li><a href="technical.html#net">Networking</a>
153     <li><a href="technical.html#devices">Emulation of hardware devices</a>
154     </ul>
155    
156     </ul>
157    
158    
159    
160    
161     <p><br>
162     <a name="feedback"></a>
163     <h3>Feedback:</h3>
164    
165     If you have found GXemul useful, found a bug, or have other comments,
166     then don't hesitate to mail me.
167     <p>
168     (Anders Gavare)
169     <p>
170     <img src="maddr.gif">
171    
172    
173     </p>
174    
175     </body>
176     </html>

  ViewVC Help
Powered by ViewVC 1.1.26