/[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 30 - (hide annotations)
Mon Oct 8 16:20:40 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/html
File size: 6083 byte(s)
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.1325 2006/08/15 15:38:37 debug Exp $
20060723	More Transputer instructions (pfix, nfix, opr, mint, ldl, ldlp,
		eqc, rev, ajw, stl, stlf, sthf, sub, ldnl, ldnlp, ldpi, move,
		wcnt, add, bcnt).
		Adding more SPARC instructions (andcc, addcc, bl, rdpr).
		Progress on the igsfb framebuffer used by NetBSD/netwinder.
		Enabling 8-bit fills in dev_fb.
		NetBSD/netwinder 3.0.1 can now run from a disk image :-)
20060724	Cleanup/performance fix for 64-bit virtual translation table
		updates (by removing the "timestamp" stuff). A full NetBSD/pmax
		3.0.1 install for R4400 has dropped from 667 seconds to 584 :)
		Fixing the igsfb "almost vga" color (it is 24-bit, not 18-bit).
		Adding some MIPS instruction combinations (3*lw, and 3*addu).
		The 8048 keyboard now turns off interrupt enable between the
		KBR_ACK and the KBR_RSTDONE, to work better with Linux 2.6.
		Not causing PPC DEC interrupts if PPC_NO_DEC is set for a
		specific CPU; NetBSD/bebox gets slightly further than before.
		Adding some more SPARC instructions: branches, udiv.
20060725	Refreshing dev_pckbc.c a little.
		Cleanups for the SH emulation mode, and adding the first
		"compact" (16-bit) instructions: various simple movs, nop,
		shll, stc, or, ldc.
20060726	Adding dummy "pcn" (AMD PCnet NIC) PCI glue.
20060727	Various cleanups; removing stuff from cpu.h, such as
		running_translated (not really meaningful anymore), and
		page flags (breaking into the debugger clears all translations
		anyway).
		Minor MIPS instruction combination updates.
20060807	Expanding the 3*sw and 3*lw MIPS instruction combinations to
		work with 2* and 4* too, resulting in a minor performance gain.
		Implementing a usleep hack for the RM52xx/MIPS32/MIPS64 "wait"
		instruction (when emulating 1 cpu).
20060808	Experimenting with some more MIPS instruction combinations.
		Implementing support for showing a (hardcoded 12x22) text
		cursor in igsfb.
20060809	Simplifying the NetBSD/evbmips (Malta) install instructions
		somewhat (by using a NetBSD/pmax ramdisk install kernel).
20060812	Experimenting more with the MIPS 'wait' instruction.
		PCI configuration register writes can now be handled, which
		allow PCI IDE controllers to work with NetBSD/Malta 3.0.1 and
		NetBSD/cobalt 3.0.1. (Previously only NetBSD 2.1 worked.)
20060813	Updating dev_gt.c based on numbers from Alec Voropay, to enable
		Linux 2.6 to use PCI on Malta.
		Continuing on Algor interrupt stuff.
20060814	Adding support for routing ISA interrupts to two different
		interrupts, making it possible to run NetBSD/algor :-)
20060814-15	Testing for the release.

==============  RELEASE 0.4.2  ==============


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 30 $Id: index.html,v 1.263 2006/08/14 17:45:47 debug Exp $
14 dpavlin 2
15 dpavlin 22 Copyright (C) 2003-2006 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 24 <li><a href="intro.html#translation">What kind of translation does GXemul use?</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 22 <li><a href="guestoses.html#openbsdpmaxinstall">OpenBSD/pmax</a>
75 dpavlin 14 <li><a href="guestoses.html#openbsdcatsinstall">OpenBSD/cats</a>
76 dpavlin 10 <li><a href="guestoses.html#ultrixinstall">Ultrix/RISC</a>
77     <li><a href="guestoses.html#sprite">Sprite for DECstation</a>
78     <li><a href="guestoses.html#declinux">Debian GNU/Linux for DECstation</a>
79     <li><a href="guestoses.html#declinuxredhat">Redhat Linux for DECstation</a>
80 dpavlin 2 </ul>
81    
82     <p>
83    
84     <li><a href="experiments.html">Experimenting with GXemul</a>
85     <ul>
86     <li><a href="experiments.html#hello">Hello world</a>
87     <li><a href="experiments.html#expdevices">Experimental devices</a>
88     </ul>
89    
90     <p>
91    
92 dpavlin 24 <li><a href="gdb_remote.html">GDB remote serial protocol connection</a>
93     <ul>
94     <li><a href="gdb_remote.html#intro">Introduction</a>
95     <li><a href="gdb_remote.html#prerequisites">Prerequisites</a>
96     <li><a href="gdb_remote.html#example">Example session</a>
97     </ul>
98    
99     <p>
100    
101 dpavlin 2 <li><a href="configfiles.html">Configuration files</a>
102     <ul>
103     <li><a href="configfiles.html#config">Configuration file syntax</a>
104     <li><a href="configfiles.html#minimal">A minimal example</a>
105 dpavlin 10 <li><a href="configfiles.html#multihost">Network across multiple hosts</a>
106 dpavlin 2 </ul>
107    
108     <p>
109    
110 dpavlin 12 <li><a href="misc.html">Miscellaneous</a>
111 dpavlin 2 <ul>
112     <li><a href="misc.html#networking">Networking</a>
113 dpavlin 12 <li><a href="misc.html#devel">Writing operating system code, or
114     developing firmware, using GXemul</a>
115 dpavlin 2 <li><a href="misc.html#compilercontruct">Using GXemul in compiler contruction courses</a>
116     <li><a href="misc.html#disk">How to start the emulator with a disk image</a>
117 dpavlin 20 <li><a href="misc.html#filexfer">Transfering files to/from the guest OS</a>
118 dpavlin 2 <li><a href="misc.html#largeimages">How to extract large gzipped disk images</a>
119     <li><a href="misc.html#userland">Running userland binaries</a>
120     <li><a href="misc.html#promdump">Using a PROM dump from a real machine</a>
121     </ul>
122    
123     <p>
124    
125     <li><a href="technical.html">Technical details</a>
126     <ul>
127 dpavlin 10 <li><a href="technical.html#speed">Speed and emulation modes</a>
128 dpavlin 2 <li><a href="technical.html#net">Networking</a>
129     <li><a href="technical.html#devices">Emulation of hardware devices</a>
130     </ul>
131    
132     </ul>
133    
134    
135    
136    
137     <p><br>
138     <a name="feedback"></a>
139     <h3>Feedback:</h3>
140    
141     If you have found GXemul useful, found a bug, or have other comments,
142     then don't hesitate to mail me.
143     <p>
144     (Anders Gavare)
145     <p>
146     <img src="maddr.gif">
147    
148    
149     </p>
150    
151     </body>
152     </html>

  ViewVC Help
Powered by ViewVC 1.1.26