Home
Pedigree¶
Pedigree is a hobby operating system, primarily designed by James Molloy (JamesM) and Joerg Pfahler (Joerg) and primarily implemented by James Molloy (JamesM), Joerg Pfahler (Joerg), and Matthew Iselin (Matt).
The current development team consists of Matt and Eduard.
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 the Tyndur operating system).
At this stage Pedigree has a variety of substantial features. Pedigree has a functional TCP/IP stack that can be used for anything from connecting to IRC or browsing the internet. Some SDL applications can be compiled to run on Pedigree, and the graphics framework provides a robust C++ API for applications that need direct, unhindered access to the screen. Many POSIX applications can run on Pedigree with a simple recompile, all built upon the solid POSIX subsystem - including popular applications such as bash, lynx, and Apache. Pedigree also supports a variety of USB devices.
The OS currently supports the following architectures in various degrees;
- x86 / ia32
- x64 / x86-64
- MIPS - Little endian, 32-bit, release 1, processors R4000 and later, specifically the Malta and Malta/CoreBonito64? development boards.
- ARM - Version 9, specifically the versatile and integrator boards emulated by qEmu.
- PowerPC - Runs on Apple iBooks, G4 towers etc.
Latest projects
-
Pedigree-apps (06/12/2009 06:35 pm)
The project page for porting & creating applications for the Pedigree Project. Changes in this projects repository will reflect directly on the packages available via the Pedigree UPdater (pup).
Packages built from this repository will be available for filling a local disk image with for testing purposes, which will reduce the size of the main Pedigree repository and also make code snapshots much smaller....
-
Pedigree (06/12/2009 06:34 pm)
Pedigree is a hobby operating system, primarily designed by James Molloy (JamesM) and Joerg Pfahler (Joerg) and primarily implemented by James Molloy (JamesM), Joerg Pfahler (Joerg), and Matthew Iselin (Matt).