Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
wiki1229: Os_source_guide (Version 20)
Quick Links:OS WikiSource GuideRoadmapDeveloper InfoTechForums

Quick Guide to the OS Source#


Gimme! I want all the source now! #

Incant: svn checkout --username <userid> http://community.qnx.com/svn/repos/coreos_pub

For the details of what that means, read:

You may also want to read:

Where is just the OS Source?#

Where are the good bits?#

The operating system (remember, by "operating system" we mean kernel and procnto) is comprised of the following pieces, each described on its own page:

Kernel#

GuideCode
The Kernel Source Guide /services/system/ker

Proc (aka the Process Manager and occasionally procnto)#

This provides the "process management" aspects of the system, including virtual memory and pathname management. It is the special process #1 multi-threaded server and is OS comprised of:
GuideCode
The memory Manager/services/system/memmgr
The Path Manager/services/system/pathmgr
The Process Manager /services/system/procmgr and /services/system/proc
Public headers for both the kernel and the are stored in /services/system/public.

The C Library (aka the clib or the glue)#

GuideSource
Anatomy of the C Librarylib/c



Other links to source#