/[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 40 - (hide annotations)
Mon Oct 8 16:22:11 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/html
File size: 7204 byte(s)
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.1539 2007/05/01 04:03:51 debug Exp $
20070415	Landisk PCLOCK should be 33.33 MHz, not 50 MHz. (This makes
		the clock run at correct speed.)
		FINALLY found and fixed the bug which caused OpenBSD/landisk
		to randomly bug out: an &-sign was missing in the special case
		handling of FPSCR in the 'LDS.L @Rm+,FPSCR' instruction.
		Adding similar special case handling for 'LDC.L @Rm+,SR'
		(calling sh_update_sr() instead of just loading).
		Implementing the 'FCNVSD FPUL,DRn' and 'FCNVDS DRm,FPUL'
		SuperH instructions.
		The 'LDC Rm,SR' instruction now immediately breaks out of the
		dyntrans loop if an interrupt is to be triggered.
20070416	In memory_rw.c, if mapping a page as writable, make sure to
		invalidate code translations even if the data access was a
		read.
		Minor SuperH updates.
20070418	Removing the dummy M68K emulation mode.
		Minor SH update (turning unnecessary sts_mach_rn, sts_macl_rn,
		and sts_pr_rn instruction handlers into mov_rm_rn).
20070419	Beginning to add a skeleton for an M88K mode: Adding a hack to
		allow OpenBSD/m88k a.out binaries to be loaded, and disassembly
		of a few simple 88K instructions.
		Commenting out the 'LDC Rm,SR' fix from a few days ago, because
		it made Linux/dreamcast bug out.
		Adding a hack to dev_sh4.c (an extra translation cache
		invalidation), which allows OpenBSD/landisk to boot ok after
		an install. Upgrading the Landisk machine mode to stable,
		updating documentation, etc.
20070420	Experimenting with adding a PCI controller (pcic) to dev_sh4.
		Adding a dummy Realtek 8139C+ skeleton device (dev_rtl8139c).
		Implementing the first M88K instructions (br, or[.u] imm), and
		adding disassembly of some more instructions.
20070421	Continuing a little on dev_rtl8139c.
20070422	Implementing the 9346 EEPROM "read" command for dev_rtl8139c.
		Finally found and fixed an old bug in the log n symbol search
		(it sometimes missed symbols). Debug trace (-i, -t etc) should
		now show more symbols. :-)
20070423	Continuing a little on M88K disassembly.
20070428	Fixing a memset arg order bug in src/net/net.c (thanks to
		Nigel Horne for noticing the bug).
		Applying parts of a patch from Carl van Schaik to clear out
		bottom bits of MIPS addresses more correctly, when using large
		page sizes, and doing some other minor cleanup/refactoring.
		Fixing a couple of warnings given by gcc with the -W option (a
		few more warnings than just plain -Wall).
		Reducing SuperH dyntrans physical address space from 64-bit to
		32-bit (since SH5/SH64 isn't imlemented yet anyway).
		Adding address-to-symbol annotation to a few more instructions
		in the SuperH instruction trace output.
		Beginning regression testing for the next release.
		Reverting the value of SCIF_DELAYED_TX_VALUE from 1 to 2,
		because OpenBSD/landisk may otherwise hang randomly.
20070429	The ugly hack/workaround to get OpenBSD/landisk booting without
		crashing does NOT work anymore (with the April 21 snapshot
		of OpenBSD/landisk). Strangely enough, removing the hack
		completely causes OpenBSD/landisk to work (!).
		More regression testing (re-testing everything SuperH-related,
		and some other things).
		Cobalt interrupts were actually broken; fixing by commenting
		out the DEC21143s in the Cobalt machine.
20070430	More regression testing.
20070501	Updating the OpenBSD/landisk install instructions to use
		4.1 instead of the current snapshot.
		GAAAH! OpenBSD/landisk 4.1 _needs_ the ugly hack/workaround;
		reintroducing it again. (The 4.1 kernel is actually from
		2007-03-11.)
		Simplifying the NetBSD/evbarm install instructions a bit.
		More regression testing.

==============  RELEASE 0.4.5.1  ==============


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 40 $Id: index.html,v 1.277 2007/04/19 16:54:04 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 40 <li><a href="guestoses.html#openbsdlandiskinstall">OpenBSD/landisk</a>
80 dpavlin 10 <li><a href="guestoses.html#ultrixinstall">Ultrix/RISC</a>
81     <li><a href="guestoses.html#sprite">Sprite for DECstation</a>
82     <li><a href="guestoses.html#declinux">Debian GNU/Linux for DECstation</a>
83 dpavlin 2 </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 dpavlin 32 <li><a href="configfiles.html">Configuration files</a>
96 dpavlin 24 <ul>
97 dpavlin 32 <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 dpavlin 24 </ul>
101    
102     <p>
103    
104 dpavlin 32 <li><a href="networking.html">Networking</a>
105 dpavlin 2 <ul>
106 dpavlin 32 <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 dpavlin 2 </ul>
110    
111     <p>
112    
113 dpavlin 34 <li><a href="dreamcast.html">Dreamcast emulation</a>
114     <ul>
115     <li><a href="dreamcast.html#intro">Introduction</a>
116     <li><a href="dreamcast.html#netbsd_generic_md">NetBSD/dreamcast GENERIC_MD</a>
117     <li><a href="dreamcast.html#netbsd_live_cd">NetBSD/dreamcast Live CD</a>
118     <li><a href="dreamcast.html#linux_live_cd">Linux/dreamcast Live CD</a>
119     </ul>
120    
121     <p>
122    
123 dpavlin 12 <li><a href="misc.html">Miscellaneous</a>
124 dpavlin 2 <ul>
125 dpavlin 12 <li><a href="misc.html#devel">Writing operating system code, or
126     developing firmware, using GXemul</a>
127 dpavlin 2 <li><a href="misc.html#compilercontruct">Using GXemul in compiler contruction courses</a>
128     <li><a href="misc.html#disk">How to start the emulator with a disk image</a>
129 dpavlin 38 <li><a href="misc.html#tape_images">How to start the emulator with tape images</a>
130     <li><a href="misc.html#disk_overlays">How to use disk image overlays</a>
131 dpavlin 20 <li><a href="misc.html#filexfer">Transfering files to/from the guest OS</a>
132 dpavlin 2 <li><a href="misc.html#largeimages">How to extract large gzipped disk images</a>
133     <li><a href="misc.html#userland">Running userland binaries</a>
134     <li><a href="misc.html#promdump">Using a PROM dump from a real machine</a>
135     </ul>
136    
137     <p>
138    
139 dpavlin 38 <li><a href="translation.html">Dynamic Translation</a>
140     <ul>
141     <li><a href="translation.html#staticvsdynamic">Static vs. dynamic</a>
142     <li><a href="translation.html#ir">Executable Intermediate Representation</a>
143     <li><a href="translation.html#performance">Performance</a>
144     <li><a href="translation.html#instrcomb">Instruction Combinations</a>
145     <li><a href="translation.html#native">Native Code Generation Back-ends</a>
146     </ul>
147    
148     <p>
149    
150 dpavlin 2 <li><a href="technical.html">Technical details</a>
151     <ul>
152 dpavlin 10 <li><a href="technical.html#speed">Speed and emulation modes</a>
153 dpavlin 2 <li><a href="technical.html#net">Networking</a>
154     <li><a href="technical.html#devices">Emulation of hardware devices</a>
155     </ul>
156    
157     </ul>
158    
159    
160    
161    
162     <p><br>
163     <a name="feedback"></a>
164     <h3>Feedback:</h3>
165    
166     If you have found GXemul useful, found a bug, or have other comments,
167     then don't hesitate to mail me.
168     <p>
169     (Anders Gavare)
170     <p>
171     <img src="maddr.gif">
172    
173    
174     </p>
175    
176     </body>
177     </html>

  ViewVC Help
Powered by ViewVC 1.1.26