Map
Index
Random
Help
Topics
th

Topic: extensible systems

topics > computer science > Group: operating system



Topic:
debugger
Topic:
domain specific language
Topic:
embedded systems
Topic:
extensible languages
Topic:
implementing distributed systems and applications
Topic:
limitations of system security
Topic:
managing shared memory
Topic:
non-constraining system
Topic:
open systems
Topic:
operating system kernel
Topic:
security of remotely executed code
Topic:
user-centered operating system
Topic:
weak vs. strong type checking
Subtopic: security up

Quote: protect the kernel from extension modules by loading each module into a less privileged segment within kernel space [»chiuTC3_1999]
Quote: for extensible systems, separate access control into an enforcement manager and policy manager; inspects extensions for protected types and operations; protection domain transfers and audits [»grimR2_2001]
Quote: protection domain transfers take 200 instructions compared to 50 for the event dispatcher; need to limit use, e.g., separate web server from NFS and file cache operations [»grimR2_2001]
Quote: Capability Language (CL) propagates capabilities for region-based memory operations; provably safe type system; lexical scope not required; e.g., extensible systems and continuation-passing style [»walkD7_2000]
Quote: most systems for untrusted extensions assume a trusted garbage collector; use Capability Language to verify memory management [»walkD7_2000]
Quote: SPIN OS provides language-based, fine-grained access control and fine-grained user extensions; static type checking and dynamic linking [»bersBN12_1995]
Quote: SPIN depends only on Modula-3's interfaces, type safety, and automatic memory management; no dangling pointers or array overflow [»bersBN12_1995]
Quote: use page protection to provide access to shared libraries from user-level extensions; data/function pointers stay the same; applications control which pages are accessible [»chiuTC3_1999]
Quote: use 'ret' to call a less-privileged extension, and 'call' to return from the extension [»chiuTC3_1999]

Subtopic: user community up

Quote: an Emacs library is a publication medium for users to share their extensions without interference
Quote: user customization allows the whole user community to participate in modifying the system [»stalRM6_1981]

Subtopic: failures up

Quote: open systems must be designed so that operating components take over from failed components during repair [»hewiC7_1986]

Subtopic: memory access, parameters up

Quote: do not use shared memory or call-by-reference for extensible systems; use multiple return results and call-by-value/result

Subtopic: extensible operating systems up

Quote: extensible systems run core system services and dynamically composed extensions in the same address space using low-latency, type-safe interfaces [»grimR2_2001]
Quote: SPIN uses Modula-3 to guarantee that an extension's interface is obeyed; compiler is part of trusted computing base [»grimR2_2001]
Quote: extension modules can access the kernel through a specialized system-call interface; but normally, extensions should be self-contained [»chiuTC3_1999]
Quote: the kernel and extension modules share a read-write memory region for non-sensitive data; e.g., packet headers [»chiuTC3_1999]

Subtopic: debugger up

Quote: fast breakpoints by invoking a closure assembled from the original instruction; requires atomic writes to code [»kessPB6_1990]

Subtopic: examples up

Quote: Oberon is extensible; e.g., any application can read text from the screen by importing the type Text [»wirtN9_1989]
Quote: Smalltalk provides a simple semantics and syntax for the creation of domain-specific programming systems [»goldA10_1995]
Quote: because of Java's late binding it is easy to change methods and private variables; just need to retain old methods or their type signatures [»goslJ6_1997]
Quote: Forth was designed to replace the "vast hierarchy" of software tools with a simple, natural programmer-to-Forth interface
[»rathED_1996]

Related Topics up

Topic: debugger (37 items)
Topic: domain specific language (8 items)
Topic: embedded systems (26 items)
Topic: extensible languages (71 items)
Topic: implementing distributed systems and applications (41 items)
Topic: limitations of system security (39 items)
Topic: managing shared memory (74 items)
Topic: non-constraining system (25 items)
Topic: open systems (33 items)
Topic: operating system kernel (67 items)
Topic: security of remotely executed code (24 items)
Topic: user-centered operating system (24 items)
Topic: weak vs. strong type checking
(42 items)

Updated barberCB 5/04
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.