/[gxemul]/trunk/doc/misc.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/misc.html

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

revision 31 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC
# Line 10  Line 10 
10    
11  <!--  <!--
12    
13  $Id: misc.html,v 1.63 2006/05/22 04:53:52 debug Exp $  $Id: misc.html,v 1.65 2006/10/19 10:15:23 debug Exp $
14    
15  Copyright (C) 2003-2006  Anders Gavare.  All rights reserved.  Copyright (C) 2003-2006  Anders Gavare.  All rights reserved.
16    
# Line 47  SUCH DAMAGE. Line 47  SUCH DAMAGE.
47    
48  <p>  <p>
49  <ul>  <ul>
   <li><a href="#networking">Networking</a>  
50    <li><a href="#devel">Writing operating system code, or    <li><a href="#devel">Writing operating system code, or
51          developing firmware, using GXemul</a>          developing firmware, using GXemul</a>
52    <li><a href="#compilercontruct">Using GXemul in compiler contruction courses</a>    <li><a href="#compilercontruct">Using GXemul in compiler contruction courses</a>
# Line 64  SUCH DAMAGE. Line 63  SUCH DAMAGE.
63    
64    
65    
 <p><br>  
 <a name="networking"></a>  
 <h3>Networking:</h3>  
   
 It is possible to let the guest OS running inside the emulator get access to  
 the Internet. If you are interested in the technical details, and the  
 reasons why networking is implemented in the emulator the way it currently  
 is implemented, you might want to read the <a href="technical.html#net">  
 networking section in the technical documentation</a>.  
   
 <p><font color="#ff0000">This is still experimental, hackish, and  
 rather buggy. With NetBSD running as guest operating system, it mostly  
 works.</font>  
   
 <p>When only one machine is being emulated, the following default values  
 apply:<pre>  
         IPv4 address:                   10.0.0.1  
         Netmask:                        255.0.0.0  
         Gateway / default route:        10.0.0.254  
         Nameserver:                     10.0.0.254  
 </pre>  
   
 <p>The emulated machine must of course have a NIC which is emulated  
 correctly. At the moment, the following NICs should work:  
 <ul>  
   <li><tt><b>ether</b></tt>, the "fake" experimental ethernet device  
         (documented <a href="experiments.html#expdevices_ether">here</a>)  
   <li><tt><b>le</b></tt>, Turbochannel Lance Ethernet, as used in  
         DECstation 5000/200 ("3max")  
   <li><tt><b>mec</b></tt>, the SGI O2's ethernet controller  
   <li><tt><b>dec21143</b></tt>, Digital's 21143 NIC (known as <tt>dc</tt>  
         in OpenBSD, or <tt>tlp</tt> in NetBSD)  
 </ul>  
   
 <p>The emulator acts as a NAT-like gateway/firewall; to the outside world  
 it will seem like it is the host's OS that connects to other machines on  
 the internet, not the guest OS.  
   
   
   
   
66    
67    
68  <p><br>  <p><br>
# Line 145  complement to testing on real hardware. Line 103  complement to testing on real hardware.
103          <li>CPU details in GXemul are usually wrong. If your code depends          <li>CPU details in GXemul are usually wrong. If your code depends
104          on, say, R10000 or MIPS64 specifics, chances are that GXemul will          on, say, R10000 or MIPS64 specifics, chances are that GXemul will
105          not be sufficient. One example is different revisions of ISAs;          not be sufficient. One example is different revisions of ISAs;
106          64-bit MIPS instructions which should trigger an exception on a          some instructions which should trigger an exception on a
107          real 32-bit MIPS processor usually execute anyway in GXemul. Another          real MIPS processor usually execute anyway in GXemul. Another
108          example is if userland code tries to access kernel memory; in some          example is if userland code tries to access kernel memory; in some
109          cases there is protection against this, but not in all cases (to get          cases there is protection against this, but not in all cases (to get
110          higher performance).          higher performance).
# Line 298  you can "switch tapes" without quiting a Line 256  you can "switch tapes" without quiting a
256  <a name="filexfer"></a>  <a name="filexfer"></a>
257  <h3>Transfering files to/from the guest OS:</h3>  <h3>Transfering files to/from the guest OS:</h3>
258    
259  If the emulated machine supports networking (see  If the emulated machine supports networking (see <a
260  <a href="#networking">above</a>), then transfering files via FTP is  href="networking.html#intro">this section</a> for more info), then
261  probably easiest.  transfering files via FTP is probably easiest.
262    
263  <p>There is another way of transfering files which works for any kind of  <p>There is another way of transfering files which works for any kind of
264  emulated machine which supports disks (either SCSI or IDE). Any file can  emulated machine which supports disks (either SCSI or IDE). Any file can

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

  ViewVC Help
Powered by ViewVC 1.1.26