=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/hppa.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- www/hppa.html 1998/09/12 00:53:51 1.14 +++ www/hppa.html 1998/09/15 21:18:15 1.15 @@ -18,14 +18,29 @@

History and Status:

-There is some code in the CVS, we have /boot working for: -

-Recent development: +There is some code in the CVS, we have /boot and kernel bootstrap +working for 710, 712, 715. +

+

Build cross-tools:

+cd /usr/src
+sudo make TARGET=hppa cross-tools
+
+

Build boot.lif file using 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. +

+

Recent development:

+
 BOOT_ADMIN> boot lan isl
 
 Booting
@@ -48,41 +63,18 @@
 
 
 

-One can build a boot.lif image which is good -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. -

It would be nice to have more cards for 712/80, or any other hppa -systems (or cards for them), as well as docs (esp for PDC). +systems (or cards for them).
mickey

-

-Contact Theo de Raadt if you -are interested in working on this and need more information. -

-
OpenBSD www@openbsd.org
-$OpenBSD: hppa.html,v 1.14 1998/09/12 00:53:51 mickey Exp $ +$OpenBSD: hppa.html,v 1.15 1998/09/15 21:18:15 mickey Exp $