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

File: [local] / www / hppa.html (download) (as text)

Revision 1.16, Fri Sep 25 03:33:15 1998 UTC (25 years, 8 months ago) by mickey
Branch: MAIN
Changes since 1.15: +10 -3 lines

reorg

<!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
<html>
<head>
<title>OpenBSD/hppa</title>
<link rev=made href=mailto:www@openbsd.org>
<meta name="resource-type" content="document">
<meta name="description" content="the OpenBSD/hppa page">
<meta name="keywords" content="openbsd,hppa">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1996 by OpenBSD.">
</head>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">

<h2>OpenBSD/hppa</h2>

<hr>
<h3><strong>Status:</strong></h3>
<p>
There is some code in the CVS, we have /boot and kernel bootstrap
working for 710, 712, 715.
</p>

<h3><strong>History:</strong></h3>
<ul>
<li>kernel bootstrap working
<li>network boot working through the LIF image
<li>cross-tools compiling/working
</ul>

<h4>Build cross-tools:</h4>
<pre>
cd /usr/src
sudo make TARGET=hppa cross-tools

<h4>Build boot.lif file using cross-tools:</h4>
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>
<h4>Recent development:</h4>
<pre>
BOOT_ADMIN> boot lan isl

Booting





>> OpenBSD/hppa BOOT 0.03
boot> boot diskless
booting lf0a:diskless: 719392+72144+122144 total=0xf16f0 start 0x13000
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California.  All rights reserved.

OpenBSD 2.3 (DISKLESS) #302: Fri Sep 11 20:51:44 EDT 1998
    mickey@lucifier:/sys/arch/hppa/compile/DISKLESS
real mem = 33554432 (73728 reserved for PROM, 32444416 used by OpenBSD)
mainbus0 (root)
cpu0 at mainbus0

<pre>
</p>
<p>
It would be nice to have more cards for 712/80, or any other hppa
systems (or cards for them).
<br>
<a href=mailto:mickey@openbsd.org>mickey</a>
</p>

<hr>
<a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a> 
<a href=mailto:www@openbsd.org>www@openbsd.org</a>
<br>
<small>$OpenBSD: hppa.html,v 1.16 1998/09/25 03:33:15 mickey Exp $</small>

</body>
</html>