[BACK]Return to vax-simh.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/vax-simh.html between version 1.2 and 1.3

version 1.2, 2004/11/17 11:21:47 version 1.3, 2004/11/17 12:56:01
Line 31 
Line 31 
 environment and at that location, create a file <i>openbsd.simh</i>  environment and at that location, create a file <i>openbsd.simh</i>
 with the following contents:  with the following contents:
   
 <ul><pre>  <blockquote>
   <pre>
 <strong>  <strong>
 set cpu 64m  set cpu 64m
 at nvr openbsd.nvram  at nvr openbsd.nvram
Line 52 
Line 53 
 boot cpu  boot cpu
 exit  exit
 </strong>  </strong>
 </pre></ul>  </pre>
   </blockquote>
   
 This configures SIMH to simulate a VAX with a whopping 64 MB of  This configures SIMH to simulate a VAX with a whopping 64 MB of
 memory, a RA92 1.5GB disk, a CD-ROM unit to hold CD1 of your CD-ROM  memory, a RA92 1.5GB disk, a CD-ROM unit to hold CD1 of your CD-ROM
Line 73 
Line 75 
 dua2:</strong>, after which SIMH should boot into the normal OpenBSD  dua2:</strong>, after which SIMH should boot into the normal OpenBSD
 installation program:  installation program:
   
 <ul><pre>  <blockquote>
   <pre>
 # <strong>simh-vax openbsd.simh</strong>  # <strong>simh-vax openbsd.simh</strong>
   
 VAX simulator V3.0-2  VAX simulator V3.0-2
Line 101 
Line 104 
 &gt;&gt; OpenBSD/vax boot [1.9] [Sep 10 2004] &lt;&lt  &gt;&gt; OpenBSD/vax boot [1.9] [Sep 10 2004] &lt;&lt
 &gt;&gt; Press enter to autoboot now, or any other key to abort: 0  &gt;&gt; Press enter to autoboot now, or any other key to abort: 0
 &gt; boot bsd  &gt; boot bsd
 </pre></ul>  </pre>
   </blockquote>
   
 After you've finished the installation, restart SIMH, but now type:  After you've finished the installation, restart SIMH, but now type:
   
 <ul><pre>  <blockquote>
   <pre>
 &gt;&gt;&gt;<strong>boot dua0:</strong>  &gt;&gt;&gt;<strong>boot dua0:</strong>
 </pre></ul>  </pre>
   </blockquote>
   
 to boot from your newly installed disk image.  You'll need a little  to boot from your newly installed disk image.  You'll need a little
 patience upon your first boot, since generating the SSH host keys can  patience upon your first boot, since generating the SSH host keys can
 take quite a bit of time.  But it will eventually boot through and  take quite a bit of time.  But it will eventually boot through and
 present you with a friendly login prompt:  present you with a friendly login prompt:
   
 <ul><pre>  <blockquote>
   <pre>
 OpenBSD/vax (noname.my.domain) (console)  OpenBSD/vax (noname.my.domain) (console)
   
 login:  login:
 </pre></ul>  </pre>
   </blockquote>
   
 When you are done installing any additional packages, you might want  When you are done installing any additional packages, you might want
 to remove the lines referring to your real CD-ROM unit and  to remove the lines referring to your real CD-ROM unit and

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3