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

Annotation of www/hppa.html, Revision 1.18

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>
1.16      mickey     18: <h3><strong>Status:</strong></h3>
1.3       fn         19: <p>
1.18    ! mickey     20: There is some code in the CVS, we have /boot, kernel bootstrap
        !            21: and device autoconfig working for 710, 712, 715.
        !            22: </p>
        !            23: <p>
        !            24: Needed:
        !            25: <ul>
        !            26: <li>"add-in" cards for 712 models
        !            27: <li>any hppa systems other than 712
        !            28: <li>support of any kind; including hardware, food, drink, currencies, etc
        !            29: </ul>
        !            30: 10x
        !            31: <br>
        !            32: <a href=mailto:mickey@openbsd.org>mickey</a>
1.15      mickey     33: </p>
1.16      mickey     34:
                     35: <h3><strong>History:</strong></h3>
                     36: <ul>
1.17      mickey     37: <li>com, lpt, fdc drivers (no fd yet ;)
1.18    ! mickey     38: <li>PDC driver
1.16      mickey     39: <li>kernel bootstrap working
                     40: <li>network boot working through the LIF image
                     41: <li>cross-tools compiling/working
                     42: </ul>
                     43:
1.15      mickey     44: <h4>Build cross-tools:</h4>
1.18    ! mickey     45: <p>
1.15      mickey     46: <pre>
                     47: cd /usr/src
                     48: sudo make TARGET=hppa cross-tools
1.18    ! mickey     49: </pre>
        !            50: </p>
        !            51: <p>
        !            52: cross-tools build process may fail in the libc stage, consider that's
        !            53: all right, since libc support is not finished yet.
        !            54: </p>
1.15      mickey     55:
                     56: <h4>Build boot.lif file using cross-tools:</h4>
1.18    ! mickey     57: <p>
        !            58: <pre>
1.15      mickey     59: cd /sys/arch/hppa/stand
                     60: make obj
                     61: set cross=(/usr/cross)
                     62: make MACHINE=hp700 MACHINE_ARCH=hppa \
                     63:        "AS=$cross/hppa/usr/bin/as" "CC=$cross/hppa/usr/bin/cc" \
                     64:        "CPP=$cross/hppa/usr/bin/cpp" "LD=$cross/hppa/usr/bin/ld" \
                     65:        "AR=$cross/hppa/usr/bin/ar" "STRIP=$cross/hppa/usr/strip" \
                     66:        "LORDER=$cross/hppa/usr/bin/lorder" "NM=$cross/hppa/usr/bin/nm" \
                     67:        "RANLIB=$cross/hppa/usr/bin/ranlib" "SIZE=$cross/hppa/usr/bin/size"
                     68: </pre>
1.18    ! mickey     69: </p>
        !            70: <p>
        !            71: One will have a <em>boot.lif</em> file to boot then in the obj-directory.
        !            72: That image may include <em>diskless</em> kernel image if one was available
        !            73: in the <em>sys/arch/hppa/compile/DISKLESS/bsd</em>.
        !            74: <br>
        !            75: Kernel cross-build process is similiar to the one for boot, consult
        !            76: config(8) and options(8) for kernel build options and configuration.
1.15      mickey     77: </p>
                     78: <h4>Recent development:</h4>
1.14      mickey     79: <pre>
                     80: BOOT_ADMIN> boot lan isl
                     81:
                     82: Booting
                     83:
                     84:
                     85:
                     86:
                     87:
                     88: >> OpenBSD/hppa BOOT 0.03
                     89: boot> boot diskless
1.18    ! mickey     90: booting lf0a:diskless: 827208+101488+155072 total=0x108978 start 0x13000
        !            91:
1.14      mickey     92: Copyright (c) 1982, 1986, 1989, 1991, 1993
                     93: The Regents of the University of California.  All rights reserved.
1.18    ! mickey     94: Copyright (c) 1995-1998 OpenBSD. All right Reserved.  http://www.OpenBSD.org
1.14      mickey     95:
1.18    ! mickey     96: OpenBSD 2.3 (DISKLESS) #464: Wed Oct 14 19:58:59 EDT 1998
1.14      mickey     97:     mickey@lucifier:/sys/arch/hppa/compile/DISKLESS
1.18    ! mickey     98: HP9000/712/80 (Gekko) rev 4
        !            99: real mem = 16777216 (73728 reserved for PROM, 14680064 used by OpenBSD)
        !           100: avail mem = 12894208
        !           101: using 358 buffers containing 1466368 bytes of memory
1.14      mickey    102: mainbus0 (root)
1.18    ! mickey    103: pdc0 at mainbus0
        !           104: cpu0 at mainbus0 mod 8 "PA-RISC 7100LC"
        !           105: cpu0: 80MHz, 128K/128K D/I cache, 120 shared TLB, 8 comb BTLB
        !           106: lasi0 at mainbus0 mod 2 "LASI Bus Adapter": hpa 0xf0100000, ver 1.0
        !           107: gsc0 at lasi0 mod 2 "gsc"
        !           108: "Gekko PS/2 port" at gsc0 (type a, sv 84) mod 12 not configured
        !           109: "Gekko PS/2 port" at gsc0 (type a, sv 84) mod 11 not configured
        !           110: fdc0 at mainbus0 mod 10 "Gekko PC floppy controller": chip WD37C65C
        !           111: "Core audio (type 2, no beeper)" at gsc0 (type a, sv 7b) mod 8 not configured
        !           112: lpt0 at gsc0 mod 6 "Core Centronics": polled
        !           113: com0 at gsc0 mod 4 "Gekko Core RS232": ns16550a, 16 byte fifo
        !           114: "Gekko Core LAN" at gsc0 (type a, sv 8a) mod 2 not configured
        !           115: "Gekko Core SCSI" at gsc0 (type a, sv 82) mod 1 not configured
        !           116: sti0 at mainbus0 mod 1 "Gekko SGC Graphics": STI type 3
1.14      mickey    117:
1.18    ! mickey    118: </pre>
1.3       fn        119: </p>
1.18    ! mickey    120: <small>info was typed from screen, sorry for typos</small>
1.3       fn        121: <hr>
1.9       pauls     122: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   123: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn        124: <br>
1.18    ! mickey    125: <small>$OpenBSD: hppa.html,v 1.17 1998/09/29 20:20:48 mickey Exp $</small>
1.3       fn        126:
                    127: </body>
                    128: </html>