=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/hppa.html,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** www/hppa.html 1998/06/25 23:17:28 1.10 --- www/hppa.html 1998/06/27 05:10:34 1.11 *************** *** 21,27 **** --- 21,51 ---- There is some code in the CVS, we have /boot working for hp700/80 at least.
Kernel will be soon. +
+ One can build a boot.lif image which is good to be used + for system boot from disk, tape, or across the network, following + these steps: +
+ 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"
+ 
+ One will have a boot/obj/boot.lif file to boot then.

+

+ 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). +
+ mickey +

Contact Theo de Raadt if you *************** *** 32,38 **** OpenBSD www@openbsd.org
! $OpenBSD: hppa.html,v 1.10 1998/06/25 23:17:28 mickey Exp $ --- 56,62 ---- OpenBSD www@openbsd.org
! $OpenBSD: hppa.html,v 1.11 1998/06/27 05:10:34 mickey Exp $