PERFORCE change 46536 for review
Andrew Reisse
areisse at FreeBSD.org
Thu Feb 5 15:14:58 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=46536
Change 46536 by areisse at 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 ../../..
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list