(Illustration by Gaich Muramatsu)
On Aug 6, 2004, at 13:20, Stephen J. Turnbull wrote:
> OK, I've built the darwin_coda kernel extension. I'm using the
> Apple-distributed kernel 7.4.0, with the kpi.bsd and kpi.mach both at
> 7.4.0 also.
>
> I fixed this up in the Info.plist (otherwise I get a "required version
> of kernel not found"), and unsurprisingly (since I just hacked the
> versions in, and the interface apparently chnaged from kernel.bsd to
> kpi.bsd, etc), when loading darwin_coda.kext I get a bus error.
> According to kextload -d 6 darwin_coda.kext, this occurs after
> "link/loading file
> /System/Library/Extensions/System.kext/Plugins/BSDKernel.kext/
> BSDKernel".
>
> Now I'm stuck ... what to do to debug this?
I also fixed Info.plist, though indicating Darwin 6.9.9 dependency instead of 7.4 dependency. Loaded OK under 10.3.4. Now I'm up to 10.3.5 and haven't tested again; I'm having problems with the new Xcode 1.5. It doesn't open the project file.
--Pekka