Sie befinden Sich nicht im Netzwerk der Universität Paderborn. Der Zugriff auf elektronische Ressourcen ist gegebenenfalls nur via VPN oder Shibboleth (DFN-AAI) möglich. mehr Informationen...
Ergebnis 20 von 130
ACM transactions on computer systems, 2012-02, Vol.30 (1), p.1-35
2012

Details

Autor(en) / Beteiligte
Titel
A Declarative Language Approach to Device Configuration
Ist Teil von
  • ACM transactions on computer systems, 2012-02, Vol.30 (1), p.1-35
Ort / Verlag
New York: Association for Computing Machinery
Erscheinungsjahr
2012
Link zum Volltext
Quelle
ACM Digital Library
Beschreibungen/Notizen
  • C remains the language of choice for hardware programming (device drivers, bus configuration, etc.): it is fast, allows low-level access, and is trusted by OS developers. However, the algorithms required to configure and reconfigure hardware devices and interconnects are becoming more complex and diverse, with the added burden of legacy support, “quirks,” and hardware bugs to work around. Even programming PCI bridges in a modern PC is a surprisingly complex problem, and is getting worse as new functionality such as hotplug appears. Existing approaches use relatively simple algorithms, hard-coded in C and closely coupled with low-level register access code, generally leading to suboptimal configurations. We investigate the merits and drawbacks of a new approach: separating hardware configuration logic (algorithms to determine configuration parameter values) from mechanism (programming device registers). The latter we keep in C, and the former we encode in a declarative programming language with constraint-satisfaction extensions. As a test case, we have implemented full PCI configuration, resource allocation, and interrupt assignment in the Barrelfish research operating system, using a concise expression of efficient algorithms in constraint logic programming. We show that the approach is tractable, and can successfully configure a wide range of PCs with competitive runtime cost. Moreover, it requires about half the code of the C-based approach in Linux while offering considerably more functionality. Additionally it easily accommodates adaptations such as hotplug, fixed regions, and “quirks.”
Sprache
Englisch
Identifikatoren
ISSN: 0734-2071
eISSN: 1557-7333
DOI: 10.1145/2110356.2110361
Titel-ID: cdi_proquest_journals_928041637

Weiterführende Literatur

Empfehlungen zum selben Thema automatisch vorgeschlagen von bX