noloader / hfs

Linux port of Apple's hfs code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-- How to build the HFS Kexts --

1. Install headers from XNU.  Typically, after downloading the XNU
source, you want to do something like:

$ mkdir -p BUILD.hdrs/obj BUILD.hdrs/sym BUILD.hdrs/dst

$ make installhdrs SDKROOT=macosx ARCH_CONFIGS=X86_64 SRCROOT=$PWD \
	OBJROOT=$PWD/BUILD.hdrs/obj SYMROOT=$PWD/BUILD.hdrs/sym \
	DSTROOT=$PWD/BUILD.hdrs/dst

$ sudo ditto BUILD.hdrs/dst `xcrun -sdk macosx -show-sdk-path`

2. Build the Kexts:

$ xcodebuild -target kext -target encodings-kext SDKROOT=macosx

N.B. At the time of writing, the other HFS targets are known not to
build outside of Apple's internal build environment.

About

Linux port of Apple's hfs code

License:Other


Languages

Language:C 97.8%Language:Objective-C 0.8%Language:Rich Text Format 0.7%Language:Roff 0.3%Language:C++ 0.3%Language:Shell 0.1%Language:Objective-C++ 0.1%Language:Python 0.0%Language:Makefile 0.0%