From owner-freebsd-www Wed Nov 22 1:38:14 2000 Delivered-To: freebsd-www@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 675D437B4CF for ; Wed, 22 Nov 2000 01:38:11 -0800 (PST) Received: from localhost (murray@localhost) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eAM9c5625547 for ; Wed, 22 Nov 2000 01:38:05 -0800 (PST) (envelope-from murray@osd.bsdi.com) Date: Wed, 22 Nov 2000 01:38:05 -0800 (PST) From: Murray Stokely To: freebsd-www@freebsd.org Subject: IA64 web page Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would like to commit the ia64 project page to www/en. It's really pretty standard stuff copied from the alpha directory. Adding this project page into CVS will allow more developers to keep this page up to date. ia64 ia64/ia64.sgml ia64/Makefile The proposed files are small so I've included them at the bottom of this message. May I commit these to the www tree? --[ia64.sgml]---------------------------- %includes; ]> &header;

This page contains information about porting FreeBSD to Intel's upcoming IA64 architecture.

Latest News

  • 5-Nov-2000 Marcel Moolenaar has written a web page describing the Simulator System Calls.

  • 4-Oct-2000 Doug Rabson has commited code to get FreeBSD as far as start_init() before it dies in the simulator.

  • 30-Sep-2000 Doug Rabson has made a series of commits to -current with early IA64 support. The kernel will now reach the mountroot prompt. Please follow the mailing list for more information.

What needs to be done

A lot of work needs to be done on the Cygnus IA64 toolchain. At the moment it looks like the various Linux camps doing IA64 development have splintered off without merging their respective changes back into Cygnus' tree. Anyone working on toolchain issues should coordinate with David Obrien.

HP's Linux IA64 simulator is currently less than ideal for FreeBSD development. Marcel Moolenaar is currently working on some of these issues.

FreeBSD/IA64 Specific Links

Other Links of Interest

IA64 Documentation

Software Tools

Related Projects

&footer; --[ Makefile ]------------ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= ia64.sgml INDEXLINK=ia64.html .include "${WEB_PREFIX}/share/mk/web.site.mk" - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message