Magenta

Well, this is the latest release of Magenta. Now with some bits also on [GitHub].

Readme/How to compile
Finally, compilation instructions :)
[readme]
Loader information
A small article about the binary loader
[loader]
Changelog
Poorly written changelog for this project. Does not include everything.
[changelog]
Kernel
Magenta (Linux/Mach) kernel derived from Linux 2.6.37. This is a diff file that needs to be applied.
[kernel.diff]
Core/Linker
Main armv7 system library consisting of libc, compiler-rt, libmach, the linker and a lot of other things.
[libSystem_and_linker.zip]
libm
More or less normal math library.
[libMath.zip]
Objective-C
Objective-C 4 runtime library. This mirrors Apple's objc runtime.
[libObjC.zip]
Veronica
Very simple startup daemon that uses CoreFoundation.
[Veronica.zip]
CoreFoundation
CoreFoundation framework for armv7. Based on Apple's CFlite 4xx.
[CoreFoundation.zip]
Passenger
Sample mach-o kernel extension for this kernel which also contains some libkern classes (like OSDictionary).
[Passenger.zip]