/[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 10 by dpavlin, Mon Oct 8 16:18:27 2007 UTC
# Line 12  Line 12 
12    
13  <!--  <!--
14    
15  $Id: index.html,v 1.234 2005/06/04 22:47:49 debug Exp $  $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.  Copyright (C) 2003-2005  Anders Gavare.  All rights reserved.
18    
# Line 43  SUCH DAMAGE. Line 43  SUCH DAMAGE.
43    
44  <table border="0" width="98%">  <table border="0" width="98%">
45  <tr><td align="left" valign="top" width="60%">  <tr><td align="left" valign="top" width="60%">
46    
47    <h2>Documentation</h2>
48    
49  <h3>Contents:</h3>  <h3>Contents:</h3>
50    
51  <p>  <p>
# Line 56  SUCH DAMAGE. Line 59  SUCH DAMAGE.
59      <li><a href="intro.html#cpus">Which CPU types does GXemul emulate?</a>      <li><a href="intro.html#cpus">Which CPU types does GXemul emulate?</a>
60      <li><a href="intro.html#accuracy">Emulation accuracy</a>      <li><a href="intro.html#accuracy">Emulation accuracy</a>
61      <li><a href="intro.html#emulmodes">Which machines does GXemul emulate?</a>      <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?</a>      <li><a href="intro.html#guestos">Which guest OSes are possible to run in GXemul?</a>
63    </ul>    </ul>
64    
65    <p>    <p>
# Line 64  SUCH DAMAGE. Line 67  SUCH DAMAGE.
67    <li><a href="guestoses.html">Installing and running "guest OSes"</a>    <li><a href="guestoses.html">Installing and running "guest OSes"</a>
68    <ul>    <ul>
69      <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>
70      <li><a href="guestoses.html#netbsdinstall">Installing NetBSD/pmax in GXemul</a>      <li><a href="guestoses.html#netbsdinstall">NetBSD/pmax</a>
71      <li><a href="guestoses.html#netbsdarcinstall">Installing NetBSD/arc in GXemul</a>      <li><a href="guestoses.html#netbsdarcinstall">NetBSD/arc</a>
72      <li><a href="guestoses.html#netbsdhpcmipsinstall">Installing NetBSD/hpcmips in GXemul</a>      <li><a href="guestoses.html#netbsdhpcmipsinstall">NetBSD/hpcmips</a>
73      <li><a href="guestoses.html#netbsdcobaltinstall">Installing NetBSD/cobalt in GXemul</a>      <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">Running NetBSD/sgimips in GXemul</a>      <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#openbsdinstall">Installing OpenBSD/pmax in GXemul</a>      <li><a href="guestoses.html#openbsdarcinstall">OpenBSD/arc</a>
78      <li><a href="guestoses.html#openbsdarcinstall">Installing OpenBSD/arc in GXemul</a>      <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#openbsdsgiinstall">Running OpenBSD/sgi in GXemul</a>      <li><a href="guestoses.html#declinux">Debian GNU/Linux for DECstation</a>
81  -->      <li><a href="guestoses.html#declinuxredhat">Redhat Linux for DECstation</a>
     <li><a href="guestoses.html#ultrixinstall">Installing Ultrix/RISC in GXemul</a>    
     <li><a href="guestoses.html#sprite">Running Sprite for DECstation in GXemul</a>    
     <li><a href="guestoses.html#declinux">Installing Debian GNU/Linux for DECstation in GXemul</a>  
     <li><a href="guestoses.html#declinuxredhat">Running Redhat Linux for DECstation in GXemul</a>  
     <li><a href="guestoses.html#mach">Running Mach/PMAX in GXemul</a>  
82    </ul>    </ul>
83    
84    <p>    <p>
# Line 98  SUCH DAMAGE. Line 96  SUCH DAMAGE.
96    <ul>    <ul>
97      <li><a href="configfiles.html#config">Configuration file syntax</a>      <li><a href="configfiles.html#config">Configuration file syntax</a>
98      <li><a href="configfiles.html#minimal">A minimal example</a>      <li><a href="configfiles.html#minimal">A minimal example</a>
99        <li><a href="configfiles.html#multihost">Network across multiple hosts</a>
100    </ul>    </ul>
101    
102    <p>    <p>
# Line 117  SUCH DAMAGE. Line 116  SUCH DAMAGE.
116    
117    <li><a href="technical.html">Technical details</a>    <li><a href="technical.html">Technical details</a>
118    <ul>    <ul>
119      <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>  
120      <li><a href="technical.html#net">Networking</a>      <li><a href="technical.html#net">Networking</a>
121      <li><a href="technical.html#devices">Emulation of hardware devices</a>      <li><a href="technical.html#devices">Emulation of hardware devices</a>
122      <li><a href="technical.html#regtest">Regression tests</a>      <li><a href="technical.html#regtest">Regression tests</a>

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

  ViewVC Help
Powered by ViewVC 1.1.26