Extensible Operating Systems Software
Extensible Operating Systems Software
Any operating system (OS) can be extended before runtime, by two means: 1) Programming; if one has the source code, by programming (coding) and then compiling the new code into a new system, and/or, 2) Patches; by applying patches into a system.
On this page, OSs are arranged in three groups and levels: 1) Top group: types or classes of OSs. 2) Middle group: OSs for which there are more than one instance of an OS of this name/type, an OS family. 3) Bottom group: specific OSs, individual instances; there is only one OS of this name/type.
Top: Computers: Software: Operating Systems: Extensible
See Also:
-
Using Kernel Extensions to Decrease the Latency of User-Level Communication Primitives - Suggests solving networking and distributed systems latency via operating system extensibility; University of New Mexico Technical Report.
-
Extensible Operating Systems - Brief description, and on-site links to descriptions of Choices, Exokernel, GLUnix, VINO, SPIN.
-
SPIN - Dynamically extensible, Exokernel-based, provides many core services: scheduler, kernel threads, domains, event dispatcher, security mechanisms, primitive VM operations. Blurs distinction between kernels and applications, which traditionally live in user-
-
BITS - The Component Based Operating System: based on describing system resources as independent components, lets applications implement their own abstractions, define their own protection schemes, participate in resource management.
-
A Caching Model of Operating System Kernel Functionality - Stanford Cache Kernel, supervisor-mode component of V++ OS; caches system objects (threads, address spaces) to raise performance; microkernel alternative, performance equals normal monolithic OSs, yet gives application-level control of system resources, m
Click here to add, change or remove your listing
|