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

Annotation of www/hppa.html, Revision 1.13

1.3       fn          1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
1.1       deraadt     3: <head>
                      4: <title>OpenBSD/hppa</title>
1.3       fn          5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD/hppa page">
                      8: <meta name="keywords" content="openbsd,hppa">
                      9: <meta name="distribution" content="global">
1.7       deraadt    10: <meta name="copyright" content="This document copyright 1996 by OpenBSD.">
1.3       fn         11: </head>
                     12:
1.8       johns      13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.3       fn         14:
1.1       deraadt    15: <h2>OpenBSD/hppa</h2>
                     16:
1.3       fn         17: <hr>
                     18: <h3><strong>History and Status:</strong></h3>
1.1       deraadt    19:
1.3       fn         20: <p>
1.13    ! mickey     21: There is some code in the CVS, we have /boot working for:
        !            22: <ul>
        !            23: <li>710
        !            24: <li>712/80 (i think 712/60, 712/100 as well)
        !            25: <li>715
        !            26: </ul>
1.10      mickey     27: <br>
                     28: Kernel will be soon.
1.11      mickey     29: <br>
                     30: One can build a <em>boot.lif</em> image which is good to be used
                     31: for system boot from disk, tape, or across the network, following
                     32: these steps:
                     33: <pre>
                     34: cd /usr/src
                     35: sudo make TARGET=hppa cross-tools
                     36: cd /sys/arch/hppa/stand
                     37: make obj
                     38: set cross=(/usr/cross)
                     39: make MACHINE=hp700 MACHINE_ARCH=hppa \
                     40:        "AS=$cross/hppa/usr/bin/as" "CC=$cross/hppa/usr/bin/cc" \
                     41:        "CPP=$cross/hppa/usr/bin/cpp" "LD=$cross/hppa/usr/bin/ld" \
                     42:        "AR=$cross/hppa/usr/bin/ar" "STRIP=$cross/hppa/usr/strip" \
                     43:        "LORDER=$cross/hppa/usr/bin/lorder" "NM=$cross/hppa/usr/bin/nm" \
                     44:        "RANLIB=$cross/hppa/usr/bin/ranlib" "SIZE=$cross/hppa/usr/bin/size"
                     45: </pre>
                     46: One will have a <em>boot/obj/boot.lif</em> file to boot then.
                     47: </p>
                     48: <p>
1.12      mickey     49: It would be nice to have more cards for 712/80, or any other hppa
                     50: systems (or cards for them), as well as docs (esp for PDC).
1.11      mickey     51: <br>
                     52: <a href=mailto:mickey@openbsd.org>mickey</a>
1.3       fn         53: </p>
1.1       deraadt    54:
                     55: <p>
                     56: Contact <a href=mailto:deraadt@theos.com>Theo de Raadt</a> if you
1.10      mickey     57: are interested in working on this and need more information.
1.3       fn         58: </p>
1.1       deraadt    59:
1.3       fn         60: <hr>
1.9       pauls      61: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt    62: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn         63: <br>
1.13    ! mickey     64: <small>$OpenBSD: hppa.html,v 1.12 1998/06/30 20:57:07 mickey Exp $</small>
1.3       fn         65:
                     66: </body>
                     67: </html>