Date: Thu, 5 Feb 2004 07:14:58 -0800 (PST) From: Andrew Reisse <areisse@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 46536 for review Message-ID: <200402051514.i15FEwj6042132@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ../../..
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402051514.i15FEwj6042132>