A declarative language approach to device configuration
2011pp. 119–132
Citations Over TimeTop 10% of 2011 papers
Abstract
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.
Related Papers
- Declarative programming in PROLOG(2014)
- → The Prolog Debugger and Declarative Programming. Examples(2020)