Finding the Mach-O Loader Source Code in Darwin's Sources

As I understand it, Mach-O should be part of the open source Darwin packages. Can anyone help me find the bootloader? I don't know where it is or where to download this code.

Any help would be greatly appreciated!

+2


a source to share


1 answer


Mach-O is loaded with many components like. dyld

to load dynamic link library, XNU kernel to load into memory and run it, etc. Which part do you want?



But no matter, you can find the latest source code at http://opensource.apple.com/release/mac-os-x-1063/ .

+1


a source







All Articles