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

Diff of /trunk/doc/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8 by dpavlin, Mon Oct 8 16:18:19 2007 UTC revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC
# Line 1  Line 1 
1  <html>  <html><head><title>Gavare's eXperimental Emulator</title>
 <head><title>Gavare's eXperimental Emulator&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;GXemul documentation</title>  
2  <meta name="robots" content="noarchive,nofollow,noindex"></head>  <meta name="robots" content="noarchive,nofollow,noindex"></head>
3  <body bgcolor="#f8f8f8" text="#000000" link="#4040f0" vlink="#404040" alink="#ff0000">  <body bgcolor="#f8f8f8" text="#000000" link="#4040f0" vlink="#404040" alink="#ff0000">
4  <table border=0 width=100% bgcolor="#d0d0d0"><tr>  <table border=0 width=100% bgcolor="#d0d0d0"><tr>
5  <td width=100% align=center valign=center><table border=0 width=100%><tr>  <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">  <td align="left" valign=center bgcolor="#d0efff"><font color="#6060e0" size="6">
7  <b>Gavare's eXperimental Emulator&nbsp;&nbsp;&nbsp;&nbsp;(GXemul)</b>  <b>Gavare's eXperimental Emulator&nbsp;&nbsp;&nbsp;&nbsp;(GXemul)</b>
 </font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
 <font color="#000000" size="6"><b></b>  
8  </font></td></tr></table></td></tr></table><p>  </font></td></tr></table></td></tr></table><p>
9    
10    
11  <!--  <!--
12    
13  $Id: index.html,v 1.234 2005/06/04 22:47:49 debug Exp $  $Id: index.html,v 1.265 2006/10/28 13:04:37 debug Exp $
14    
15  Copyright (C) 2003-2005  Anders Gavare.  All rights reserved.  Copyright (C) 2003-2006  Anders Gavare.  All rights reserved.
16    
17  Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
18  modification, are permitted provided that the following conditions are met:  modification, are permitted provided that the following conditions are met:
# Line 41  SUCH DAMAGE. Line 39  SUCH DAMAGE.
39    
40  -->  -->
41    
 <table border="0" width="98%">  
 <tr><td align="left" valign="top" width="60%">  
42  <h3>Contents:</h3>  <h3>Contents:</h3>
43    
44  <p>  <p>
# Line 53  SUCH DAMAGE. Line 49  SUCH DAMAGE.
49      <li><a href="intro.html#free">Is GXemul Free software?</a>      <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>      <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>      <li><a href="intro.html#run">How to run the emulator</a>
52      <li><a href="intro.html#cpus">Which CPU types does GXemul emulate?</a>      <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>      <li><a href="intro.html#accuracy">Emulation accuracy</a>
55      <li><a href="intro.html#emulmodes">Which machines does GXemul emulate?</a>      <li><a href="intro.html#emulmodes">Which machines does GXemul emulate?</a>
     <li><a href="intro.html#guestos">Which guest OSes are possible to run?</a>  
56    </ul>    </ul>
57    
58    <p>    <p>
# Line 64  SUCH DAMAGE. Line 60  SUCH DAMAGE.
60    <li><a href="guestoses.html">Installing and running "guest OSes"</a>    <li><a href="guestoses.html">Installing and running "guest OSes"</a>
61    <ul>    <ul>
62      <li><a href="guestoses.html#generalnotes">General notes on running "guest OSes"</a>      <li><a href="guestoses.html#generalnotes">General notes on running "guest OSes"</a>
63      <li><a href="guestoses.html#netbsdinstall">Installing NetBSD/pmax in GXemul</a>      <li><a href="guestoses.html#netbsdpmaxinstall">NetBSD/pmax</a>
64      <li><a href="guestoses.html#netbsdarcinstall">Installing NetBSD/arc in GXemul</a>      <li><a href="guestoses.html#netbsdarcinstall">NetBSD/arc</a>
65      <li><a href="guestoses.html#netbsdhpcmipsinstall">Installing NetBSD/hpcmips in GXemul</a>      <li><a href="guestoses.html#netbsdhpcmipsinstall">NetBSD/hpcmips</a>
66      <li><a href="guestoses.html#netbsdcobaltinstall">Installing NetBSD/cobalt in GXemul</a>      <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#netbsdsgimips">Running NetBSD/sgimips in GXemul</a>      <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#openbsdinstall">Installing OpenBSD/pmax in GXemul</a>      <li><a href="guestoses.html#netbsdcatsinstall">NetBSD/cats</a>
71      <li><a href="guestoses.html#openbsdarcinstall">Installing OpenBSD/arc in GXemul</a>      <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#openbsdsgiinstall">Running OpenBSD/sgi in GXemul</a>      <li><a href="guestoses.html#netbsdprepinstall">NetBSD/prep</a>
74  -->      <li><a href="guestoses.html#netbsddreamcast">NetBSD/dreamcast</a>
75      <li><a href="guestoses.html#ultrixinstall">Installing Ultrix/RISC in GXemul</a>        <li><a href="guestoses.html#openbsdpmaxinstall">OpenBSD/pmax</a>
76      <li><a href="guestoses.html#sprite">Running Sprite for DECstation in GXemul</a>        <li><a href="guestoses.html#openbsdcatsinstall">OpenBSD/cats</a>
77      <li><a href="guestoses.html#declinux">Installing Debian GNU/Linux for DECstation in GXemul</a>      <li><a href="guestoses.html#ultrixinstall">Ultrix/RISC</a>  
78      <li><a href="guestoses.html#declinuxredhat">Running Redhat Linux for DECstation in GXemul</a>      <li><a href="guestoses.html#sprite">Sprite for DECstation</a>  
79      <li><a href="guestoses.html#mach">Running Mach/PMAX in GXemul</a>      <li><a href="guestoses.html#declinux">Debian GNU/Linux for DECstation</a>
80        <li><a href="guestoses.html#declinuxredhat">Redhat Linux for DECstation</a>
81    </ul>    </ul>
82    
83    <p>    <p>
# Line 89  SUCH DAMAGE. Line 86  SUCH DAMAGE.
86    <ul>    <ul>
87      <li><a href="experiments.html#hello">Hello world</a>      <li><a href="experiments.html#hello">Hello world</a>
88      <li><a href="experiments.html#expdevices">Experimental devices</a>      <li><a href="experiments.html#expdevices">Experimental devices</a>
     <li><a href="experiments.html#experiments">Experiments with other kernels and guest OSes</a>  
89    </ul>    </ul>
90    
91    <p>    <p>
92    
93    <li><a href="configfiles.html">Configuration files</a>    <li><a href="configfiles.html">Configuration files</a>
94    <ul>    <ul>
95        <li><a href="configfiles.html#intro">Introduction</a>
96      <li><a href="configfiles.html#config">Configuration file syntax</a>      <li><a href="configfiles.html#config">Configuration file syntax</a>
97      <li><a href="configfiles.html#minimal">A minimal example</a>      <li><a href="configfiles.html#minimal">A minimal example</a>
98    </ul>    </ul>
99    
100    <p>    <p>
101    
102    <li><a href="misc.html">Misc.</a>    <li><a href="networking.html">Networking</a>
103      <ul>
104        <li><a href="networking.html#intro">Introduction</a>
105        <li><a href="networking.html#multihost">Network across multiple hosts</a>
106        <li><a href="networking.html#direct_example_1">Direct-access example 1: udp_snoop</a>
107      </ul>
108    
109      <p>
110    
111      <li><a href="gdb_remote.html">GDB remote serial protocol connection</a>
112      <ul>
113        <li><a href="gdb_remote.html#intro">Introduction</a>
114        <li><a href="gdb_remote.html#prerequisites">Prerequisites</a>
115        <li><a href="gdb_remote.html#example">Example session</a>
116      </ul>
117    
118      <p>
119    
120      <li><a href="misc.html">Miscellaneous</a>
121    <ul>    <ul>
122      <li><a href="misc.html#networking">Networking</a>      <li><a href="misc.html#devel">Writing operating system code, or
123      <li><a href="misc.html#portmips">Porting operating systems to MIPS using GXemul</a>          developing firmware, using GXemul</a>
124      <li><a href="misc.html#compilercontruct">Using GXemul in compiler contruction courses</a>      <li><a href="misc.html#compilercontruct">Using GXemul in compiler contruction courses</a>
125      <li><a href="misc.html#disk">How to start the emulator with a disk image</a>      <li><a href="misc.html#disk">How to start the emulator with a disk image</a>
126        <li><a href="misc.html#filexfer">Transfering files to/from the guest OS</a>
127      <li><a href="misc.html#largeimages">How to extract large gzipped disk images</a>      <li><a href="misc.html#largeimages">How to extract large gzipped disk images</a>
128      <li><a href="misc.html#userland">Running userland binaries</a>      <li><a href="misc.html#userland">Running userland binaries</a>
129      <li><a href="misc.html#promdump">Using a PROM dump from a real machine</a>      <li><a href="misc.html#promdump">Using a PROM dump from a real machine</a>
# Line 117  SUCH DAMAGE. Line 133  SUCH DAMAGE.
133    
134    <li><a href="technical.html">Technical details</a>    <li><a href="technical.html">Technical details</a>
135    <ul>    <ul>
136      <li><a href="technical.html#overview">Overview</a>      <li><a href="technical.html#speed">Speed and emulation modes</a>
     <li><a href="technical.html#speed">Speed</a>  
137      <li><a href="technical.html#net">Networking</a>      <li><a href="technical.html#net">Networking</a>
138      <li><a href="technical.html#devices">Emulation of hardware devices</a>      <li><a href="technical.html#devices">Emulation of hardware devices</a>
     <li><a href="technical.html#regtest">Regression tests</a>  
139    </ul>    </ul>
140    
141  </ul>  </ul>
 </td>  
 <td valign="top" align="right">  
 <p><br><p><br>  
 <table valign="top" align="center" border="0">  
   <tr><td align="center">  
     <a href="20050317-example.png"><img src="20050317-example_medium.png"></a>  
   </td><tr>  
   <tr><td align="center">NetBSD/pmax 1.6.2<br>inside GXemul</td><tr>  
 </table>  
 </td>  
 </tr></table>  
142    
143    
144    

Legend:
Removed from v.8  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26