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

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

Revision 1.12, Tue Jun 30 20:57:07 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.11: +4 -4 lines

better

<!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>History and Status:</strong></h3>

<p>
There is some code in the CVS, we have /boot working for hp712/80 at least.
<br>
Kernel will be soon.
<br>
One can build a <em>boot.lif</em> image which is good to be used
for system boot from disk, tape, or across the network, following
these steps:
<pre>
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"
</pre>
One will have a <em>boot/obj/boot.lif</em> file to boot then.
</p>
<p>
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).
<br>
<a href=mailto:mickey@openbsd.org>mickey</a>
</p>

<p>
Contact <a href=mailto:deraadt@theos.com>Theo de Raadt</a> if you
are interested in working on this and need more information.
</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.12 1998/06/30 20:57:07 mickey Exp $</small>

</body>
</html>