[BACK]Return to hppa.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/hppa.html between version 1.10 and 1.11

version 1.10, 1998/06/25 23:17:28 version 1.11, 1998/06/27 05:10:34
Line 21 
Line 21 
 There is some code in the CVS, we have /boot working for hp700/80 at least.  There is some code in the CVS, we have /boot working for hp700/80 at least.
 <br>  <br>
 Kernel will be soon.  Kernel will be soon.
   <br>
   One can build a <em>boot.lif</em> image which is good to be used
   for system boot from disk, tape, or across the network, following
   these steps:
   <pre>
   cd /usr/src
   sudo make TARGET=hppa cross-tools
   cd /sys/arch/hppa/stand
   make obj
   set cross=(/usr/cross)
   make MACHINE=hp700 MACHINE_ARCH=hppa \
           "AS=$cross/hppa/usr/bin/as" "CC=$cross/hppa/usr/bin/cc" \
           "CPP=$cross/hppa/usr/bin/cpp" "LD=$cross/hppa/usr/bin/ld" \
           "AR=$cross/hppa/usr/bin/ar" "STRIP=$cross/hppa/usr/strip" \
           "LORDER=$cross/hppa/usr/bin/lorder" "NM=$cross/hppa/usr/bin/nm" \
           "RANLIB=$cross/hppa/usr/bin/ranlib" "SIZE=$cross/hppa/usr/bin/size"
   </pre>
   One will have a <em>boot/obj/boot.lif</em> file to boot then.
   </p>
   <p>
   I would appreciate if anybody will share any cards for 712/80, or any other
   systems (or cards for it), as well as docs (esp for PDC).
   <br>
   <a href=mailto:mickey@openbsd.org>mickey</a>
 </p>  </p>
   
 <p>  <p>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11