Developer | IBM Thomas J. Watson Research Center University of Toronto University of New Mexico |
---|---|
Working state | Discontinued |
Source model | Open source |
Initial release | October 2006 |
Marketing target | Research |
Available in | English |
Platforms | PowerPC 64, 32 |
Kernel type | Microkernel |
Official website | www |
K42 is a discontinued open-source research operating system (OS) for cache-coherent 64-bit multiprocessor systems. It was developed primarily at IBM Thomas J. Watson Research Center in collaboration with the University of Toronto and University of New Mexico. The main focus of this OS is to address performance and scalability issues of system software on large-scale, shared memory, non-uniform memory access (NUMA) multiprocessing computers.[1]
K42 uses a microkernel architecture rather than the traditional monolithic kernel design. K42 consists of a small exception-handling component that serves as the microkernel, a fast inter-process communication (IPC) mechanism named protected procedure call (PPC), and servers for most other components of the operating system. These servers exist in separate address spaces and rely upon the fast IPC mechanism for communication with the microkernel and other servers.