Jump to content

Voyager: Difference between revisions

From NikiWiki
No edit summary
 
No edit summary
Line 8: Line 8:
===Darwin Documentation===
===Darwin Documentation===
There is plenty of documentation available about Darwin, a good start is [http://developer.apple.com/documentation/Darwin/Kernel-date.html Kernel Programming], which gives a nice overview about the design of the kernel.
There is plenty of documentation available about Darwin, a good start is [http://developer.apple.com/documentation/Darwin/Kernel-date.html Kernel Programming], which gives a nice overview about the design of the kernel.
==Technologies to study==
* http://www.freedesktop.org/Software/glitz and http://lists.freedesktop.org/pipermail/xorg/2004-November/004358.html

Revision as of 14:21, 22 September 2005

Documentation

IBM Redbooks

  • SG24-4630-00 OS/2 Warp (PowerPC Edition) A First Look
  • SG24-4639-00 OS/2 Warp (PowerPC Edition) Graphical Subsystem

We do have the first one digitaly, but not the second one. In case anyone finds that, let us know.

Darwin Documentation

There is plenty of documentation available about Darwin, a good start is Kernel Programming, which gives a nice overview about the design of the kernel.

Technologies to study