/[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 8 by dpavlin, Mon Oct 8 16:18:19 2007 UTC revision 10 by dpavlin, Mon Oct 8 16:18:27 2007 UTC
# Line 10  Line 10 
10    
11  <!--  <!--
12    
13  $Id: misc.html,v 1.41 2005/06/04 22:47:49 debug Exp $  $Id: misc.html,v 1.42 2005/06/26 08:42:26 debug Exp $
14    
15  Copyright (C) 2003-2005  Anders Gavare.  All rights reserved.  Copyright (C) 2003-2005  Anders Gavare.  All rights reserved.
16    
# Line 155  to get a list of possible options. Line 155  to get a list of possible options.
155  Here are some examples. If you want to run a NetBSD/pmax kernel on an  Here are some examples. If you want to run a NetBSD/pmax kernel on an
156  emulated DECstation machine, you would use a command line such as this:  emulated DECstation machine, you would use a command line such as this:
157  <pre>  <pre>
158          $ <b>gxemul -E dec -e 3max -b -d pmax_diskimage.fs netbsd-pmax-INSTALL</b>          $ <b>gxemul -E dec -e 3max -d pmax_diskimage.fs netbsd-pmax-INSTALL</b>
159  </pre>  </pre>
160  <p>  <p>
161  NOTE: For some emulation modes, such as the DECstation mode, you do  NOTE: For some emulation modes, such as the DECstation mode, you do
# Line 166  It is possible to have more than one dis Line 166  It is possible to have more than one dis
166  image is added; the first will be SCSI target 0, the second will be target 1, and so on,  image is added; the first will be SCSI target 0, the second will be target 1, and so on,
167  unless you specify explicitly which ID number the devices should have.  unless you specify explicitly which ID number the devices should have.
168  <pre>  <pre>
169          $ <b>gxemul -E dec -e 3max -b -d disk0.raw -d disk1.raw -d 5:disk2.raw netbsd-pmax-INSTALL</b>          $ <b>gxemul -E dec -e 3max -d disk0.raw -d disk1.raw -d 5:disk2.raw netbsd-pmax-INSTALL</b>
170  </pre>  </pre>
171  Note: In the example above, disk2.raw will get scsi id 5.  Note: In the example above, disk2.raw will get scsi id 5.
172  <p>  <p>
# Line 175  a CDROM device (this can be overridden w Line 175  a CDROM device (this can be overridden w
175  For example, the following command would start the emulator with two  For example, the following command would start the emulator with two
176  CDROM images, and one harddisk image:  CDROM images, and one harddisk image:
177  <pre>  <pre>
178          $ <b>gxemul -E dec -e 3max -b -d image.iso -d disk0.img -d c:second_cdrom.img netbsd-pmax-INSTALL</b>          $ <b>gxemul -E dec -e 3max -d image.iso -d disk0.img -d c:second_cdrom.img netbsd-pmax-INSTALL</b>
179  </pre>  </pre>
180  Usually, the device with the lowest id becomes the boot device. To override  Usually, the device with the lowest id becomes the boot device. To override
181  this, add a 'b' prefix to one of the devices:  this, add a 'b' prefix to one of the devices:
182  <pre>  <pre>
183          $ <b>gxemul -E dec -e 3max -b -d rootdisk.img -d bc:install-cd.iso name_of_kernel</b>          $ <b>gxemul -E dec -e 3max -d rootdisk.img -d bc:install-cd.iso name_of_kernel</b>
184  </pre>  </pre>
185  If you have a physical CD-ROM drive on the host machine, say /dev/cd0c, you can  If you have a physical CD-ROM drive on the host machine, say /dev/cd0c, you can
186  use it as a CD-ROM directly accessible from within the emulator:  use it as a CD-ROM directly accessible from within the emulator:
187  <pre>  <pre>
188          $ <b>gxemul -E dec -e 3max -b -d rootdisk.img -d bc:/dev/cd0c name_of_kernel</b>          $ <b>gxemul -E dec -e 3max -d rootdisk.img -d bc:/dev/cd0c name_of_kernel</b>
189  </pre>  </pre>
190  It is probably possible to use harddisks as well this way, but I would not  It is probably possible to use harddisks as well this way, but I would not
191  recommend it.  recommend it.

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

  ViewVC Help
Powered by ViewVC 1.1.26