Wiki

Version 9 (Matthew Iselin, 11/13/2009 07:06 am)

1 1
h1. Pedigree
2 2 QuokForge Admin
3 8 Matthew Iselin
Pedigree is a hobby operating system, primarily designed by James Molloy ([[JamesM]]) and Joerg Pfahler ([[Joerg]]) and
4 8 Matthew Iselin
primarily implemented by James Molloy ([[JamesM]]), Joerg Pfahler ([[Joerg]]), and Matthew Iselin ([[Matt]]).
5 1
6 8 Matthew Iselin
The current development team consists of [[Matt]] and Eduard.
7 6 QuokForge Admin
8 8 Matthew Iselin
The objectives of Pedigree are to develop a solid yet portable operating system from the ground up with an object oriented architecture where possible. The goal is to support multiple different subsystems to allow many different applications to run natively on Pedigree. At the moment a POSIX subsystem exists, with plans for the implementation of a native subsystem. Pedigree also caters for two different driver interfaces: our native, C++, interface, and the C "CDI" interface (Ported from "Tyndur":http://lowlevel.brainsware.org/wiki/index.php/T%C3%BDndur).
9 6 QuokForge Admin
10 6 QuokForge Admin
The OS currently supports the following architectures in various degrees;
11 6 QuokForge Admin
12 6 QuokForge Admin
* x86 / ia32
13 6 QuokForge Admin
* x64 / x86-64
14 6 QuokForge Admin
* MIPS - Little endian, 32-bit, release 1, processors R4000 and later, specifically the Malta and Malta/CoreBonito64? development boards.
15 6 QuokForge Admin
* ARM - Version 9, specifically the versatile and integrator boards emulated by qEmu.
16 6 QuokForge Admin
* PowerPC - Runs on Apple iBooks, G4 towers etc.
17 6 QuokForge Admin
18 6 QuokForge Admin
h1. Pages of interest
19 6 QuokForge Admin
20 9 Matthew Iselin
* How to [[Checkout|check out]] the kernel.
21 7 Eduard Burtescu
* How to [[Build|build the kernel.]]
22 4 QuokForge Admin
* [[MemoryMap|Memory Management]].
23 2 QuokForge Admin
* [[POSIX]] support.
24 9 Matthew Iselin
* [[Quick_Reference|Quick Reference]] - details some unique features of Pedigree and how to use them.