/[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 10 - (show annotations)
Mon Oct 8 16:18:27 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/html
File size: 6044 byte(s)
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.815 2005/06/27 23:04:35 debug Exp $
20050617	Experimenting some more with netbooting OpenBSD/sgi. Adding
		a hack which allows emulated ethernet networks to be
		distributed across multiple emulator processes.
20050618	Minor updates (documentation, dummy YAMON emulation, etc).
20050620	strcpy/strcat -> strlcpy/strlcat updates.
		Some more progress on evbmips (Malta).
20050621	Adding a section to doc/configfiles.html about ethernet
		emulation across multiple hosts.
		Beginning the work on the ARM translation engine (using the
		dynamic-but-not-binary translation method).
		Fixing a bintrans bug: 0x9fc00000 should always be treated as
		PROM area, just as 0xbfc00000 is.
		Minor progress on Malta emulation (the PCI-ISA bus).
20050622	NetBSD/evbmips can now be installed (using another emulated
		machine) and run (including userland and so on). :-)
		Spliting up the bintrans haddr_entry field into two (one for
		read, one for write). Probably not much of a speed increase,
		though.
		Updating some NetBSD 2.0 -> 2.0.2 in the documentation.
20050623	Minor updates (documentation, the TODO file, etc).
		gzipped kernels are now always automagically gunzipped when
		loaded.
20050624	Adding a dummy Playstation Portable (PSP) mode, just barely
		enough to run Hello World (in weird colors :-).
		Removing the -b command line option; old bintrans is enabled
		by default instead. It makes more sense.
		Trying to finally fix the non-working performance measurement
		thing (instr/second etc).
20050625	Continuing on the essential basics for ARM emulation. Two
		instructions seem to work, a branch and a simple "mov". (The
		mov arguments are not correct yet.) Performance is definitely
		reasonable.
		Various other minor updates.
		Adding the ARM "bl" instruction.
		Adding support for combining multiple ARM instructions into one
		function call. ("mov" + "mov" is the only one implemented so
		far, but it seems to work.)
		Cleaning up some IP32 interrupt things (crime/mace); disabling
		the PS/2 keyboard controller on IP32, so that NetBSD/sgimips
		boots into userland again.
20050626	Finally! NetBSD/sgimips netboots. Adding instructions to
		doc/guestoses.html on how to set up an nfs server etc.
		Various other minor fixes.
		Playstation Portable ".pbp" files can now be used directly.
		(The ELF part of the .pbp is extracted transparently.)
		Converting some sprintf -> snprintf.
		Adding some more instructions to the ARM disassembler.
20050627	More ARM updates. Adding some simple ldr(b), str(b),
		cmps, and conditional branch instructions, enough to run
		a simple Hello World program.
		All ARM instructions are now inlined/generated for all possible
		condition codes.
		Adding add and sub, and more load/store instructions.
		Removing dummy files: cpu_alpha.c, cpu_hppa.c, and cpu_sparc.c.
		Some minor documentation updates; preparing for a 0.3.4
		release. Updating some URLs.

==============  RELEASE 0.3.4  ==============


1 <html>
2 <head><title>Gavare's eXperimental Emulator&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;GXemul documentation</title>
3 <meta name="robots" content="noarchive,nofollow,noindex"></head>
4 <body bgcolor="#f8f8f8" text="#000000" link="#4040f0" vlink="#404040" alink="#ff0000">
5 <table border=0 width=100% bgcolor="#d0d0d0"><tr>
6 <td width=100% align=center valign=center><table border=0 width=100%><tr>
7 <td align="left" valign=center bgcolor="#d0efff"><font color="#6060e0" size="6">
8 <b>Gavare's eXperimental Emulator&nbsp;&nbsp;&nbsp;&nbsp;(GXemul)</b>
9 </font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
10 <font color="#000000" size="6"><b></b>
11 </font></td></tr></table></td></tr></table><p>
12
13 <!--
14
15 $Id: index.html,v 1.242 2005/06/27 17:31:50 debug Exp $
16
17 Copyright (C) 2003-2005 Anders Gavare. All rights reserved.
18
19 Redistribution and use in source and binary forms, with or without
20 modification, are permitted provided that the following conditions are met:
21
22 1. Redistributions of source code must retain the above copyright
23 notice, this list of conditions and the following disclaimer.
24 2. Redistributions in binary form must reproduce the above copyright
25 notice, this list of conditions and the following disclaimer in the
26 documentation and/or other materials provided with the distribution.
27 3. The name of the author may not be used to endorse or promote products
28 derived from this software without specific prior written permission.
29
30 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
31 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
34 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
36 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40 SUCH DAMAGE.
41
42 -->
43
44 <table border="0" width="98%">
45 <tr><td align="left" valign="top" width="60%">
46
47 <h2>Documentation</h2>
48
49 <h3>Contents:</h3>
50
51 <p>
52 <ul>
53 <li><a href="intro.html">Introduction</a>
54 <ul>
55 <li><a href="intro.html#overview">Overview</a>
56 <li><a href="intro.html#free">Is GXemul Free software?</a>
57 <li><a href="intro.html#build">How to compile/build the emulator</a>
58 <li><a href="intro.html#run">How to run the emulator</a>
59 <li><a href="intro.html#cpus">Which CPU types does GXemul emulate?</a>
60 <li><a href="intro.html#accuracy">Emulation accuracy</a>
61 <li><a href="intro.html#emulmodes">Which machines does GXemul emulate?</a>
62 <li><a href="intro.html#guestos">Which guest OSes are possible to run in GXemul?</a>
63 </ul>
64
65 <p>
66
67 <li><a href="guestoses.html">Installing and running "guest OSes"</a>
68 <ul>
69 <li><a href="guestoses.html#generalnotes">General notes on running "guest OSes"</a>
70 <li><a href="guestoses.html#netbsdinstall">NetBSD/pmax</a>
71 <li><a href="guestoses.html#netbsdarcinstall">NetBSD/arc</a>
72 <li><a href="guestoses.html#netbsdhpcmipsinstall">NetBSD/hpcmips</a>
73 <li><a href="guestoses.html#netbsdcobaltinstall">NetBSD/cobalt</a>
74 <li><a href="guestoses.html#netbsdevbmipsinstall">NetBSD/evbmips</a>
75 <li><a href="guestoses.html#netbsdsgimips">NetBSD/sgimips</a>
76 <li><a href="guestoses.html#openbsdinstall">OpenBSD/pmax</a>
77 <li><a href="guestoses.html#openbsdarcinstall">OpenBSD/arc</a>
78 <li><a href="guestoses.html#ultrixinstall">Ultrix/RISC</a>
79 <li><a href="guestoses.html#sprite">Sprite for DECstation</a>
80 <li><a href="guestoses.html#declinux">Debian GNU/Linux for DECstation</a>
81 <li><a href="guestoses.html#declinuxredhat">Redhat Linux for DECstation</a>
82 </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 <li><a href="experiments.html#experiments">Experiments with other kernels and guest OSes</a>
91 </ul>
92
93 <p>
94
95 <li><a href="configfiles.html">Configuration files</a>
96 <ul>
97 <li><a href="configfiles.html#config">Configuration file syntax</a>
98 <li><a href="configfiles.html#minimal">A minimal example</a>
99 <li><a href="configfiles.html#multihost">Network across multiple hosts</a>
100 </ul>
101
102 <p>
103
104 <li><a href="misc.html">Misc.</a>
105 <ul>
106 <li><a href="misc.html#networking">Networking</a>
107 <li><a href="misc.html#portmips">Porting operating systems to MIPS using GXemul</a>
108 <li><a href="misc.html#compilercontruct">Using GXemul in compiler contruction courses</a>
109 <li><a href="misc.html#disk">How to start the emulator with a disk image</a>
110 <li><a href="misc.html#largeimages">How to extract large gzipped disk images</a>
111 <li><a href="misc.html#userland">Running userland binaries</a>
112 <li><a href="misc.html#promdump">Using a PROM dump from a real machine</a>
113 </ul>
114
115 <p>
116
117 <li><a href="technical.html">Technical details</a>
118 <ul>
119 <li><a href="technical.html#speed">Speed and emulation modes</a>
120 <li><a href="technical.html#net">Networking</a>
121 <li><a href="technical.html#devices">Emulation of hardware devices</a>
122 <li><a href="technical.html#regtest">Regression tests</a>
123 </ul>
124
125 </ul>
126 </td>
127 <td valign="top" align="right">
128 <p><br><p><br>
129 <table valign="top" align="center" border="0">
130 <tr><td align="center">
131 <a href="20050317-example.png"><img src="20050317-example_medium.png"></a>
132 </td><tr>
133 <tr><td align="center">NetBSD/pmax 1.6.2<br>inside GXemul</td><tr>
134 </table>
135 </td>
136 </tr></table>
137
138
139
140
141 <p><br>
142 <a name="feedback"></a>
143 <h3>Feedback:</h3>
144
145 If you have found GXemul useful, found a bug, or have other comments,
146 then don't hesitate to mail me.
147 <p>
148 (Anders Gavare)
149 <p>
150 <img src="maddr.gif">
151
152
153 </p>
154
155 </body>
156 </html>

  ViewVC Help
Powered by ViewVC 1.1.26