From owner-freebsd-hackers Wed Feb 26 08:52:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA17524 for hackers-outgoing; Wed, 26 Feb 1997 08:52:51 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA17505 for ; Wed, 26 Feb 1997 08:52:46 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id JAA29381; Wed, 26 Feb 1997 09:52:33 -0700 (MST) Date: Wed, 26 Feb 1997 09:52:33 -0700 (MST) Message-Id: <199702261652.JAA29381@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Cc: "Hackers" Subject: Re: Building PAO kernel on non-PAO system In-Reply-To: <199702261551.PAA27088@out2.ibm.net> References: <199702261551.PAA27088@out2.ibm.net> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I've got an old laptop that I'd like to run Our Favorite OS(tm) on, but it > **definitely** requires the PAO package to sort out some laptop-esque > "features" that Compaq decided to implement. I've got 2.1.6 loaded on the > laptop right now (with PAO) and it works pretty well.... (Thanks, > Hosokawa-san!) You could install 2.2 on it and it would *probably* work. > My desktop machine is a P5 with gobs of RAM and disk (running > [pretty]-current, FWIW) and it occurs to me that one approach might be to > build the PAO-enabled 2.1.6 kernel on the desktop and just NFS it back to the > laptop (thereby saving tons o' time). One of the reasons the PAO code isn't in the FreeBSD source tree is because it affects 'desktop' functionality. I would caution against applying the PAO patches to the -current box. Have you tried making a kernel with -current and seeing it it works? The PAO patches add support for some new ethernet cards, SCSI cards, and the Wavelan, plus make some things easier but other than that it's pretty much the same functionality as in 2.2 and -current (modulo they actually *document* things better. :( ) Nate