From owner-p4-projects@FreeBSD.ORG Thu Feb 5 07:15:04 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6EBE016A4D0; Thu, 5 Feb 2004 07:15:03 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE7E016A4CF for ; Thu, 5 Feb 2004 07:15:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3265C43D55 for ; Thu, 5 Feb 2004 07:15:01 -0800 (PST) (envelope-from areisse@nailabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i15FF00B042143 for ; Thu, 5 Feb 2004 07:15:00 -0800 (PST) (envelope-from areisse@nailabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i15FEwj6042132 for perforce@freebsd.org; Thu, 5 Feb 2004 07:14:58 -0800 (PST) (envelope-from areisse@nailabs.com) Date: Thu, 5 Feb 2004 07:14:58 -0800 (PST) Message-Id: <200402051514.i15FEwj6042132@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to areisse@nailabs.com using -f From: Andrew Reisse To: Perforce Change Reviews Subject: PERFORCE change 46536 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 15:15:04 -0000 http://perforce.freebsd.org/chv.cgi?CH=46536 Change 46536 by areisse@areisse_ibook on 2004/02/05 07:14:21 tell users to install some mach headers. Affected files ... .. //depot/projects/trustedbsd/sedarwin/bootstrap_instructions.txt#25 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/bootstrap_instructions.txt#25 (text+ko) ==== @@ -170,7 +170,17 @@ This mig program is compatible with old kernels as well, as long as the new features are not used. +Step 9.15: Install some modified Mach headers. You may want to save the old + headers also. + su + cp /usr/include/mach/message.h /usr/include/mach/mach_types.defs /tmp + cd apsl/xnu/BUILD/obj/EXPORT_HDRS + cp message.h mach_types.defs /usr/include/mach + exit + Step 9.2: Build modified mach_init + BEFORE installing the new init program, save the original because this + one will only work with sedarwin kernels. cd apsl/system_cmds/mach_init.tproj make ; sudo make install cd ../../..