Overview: 8 Device Drivers

Up: GEOS SDK TechDocs | Up | Prev: 7 Libraries

GEOS does as much as possible to isolate applications from the hardware in use. Not only does this allow applications to run with thousands of different system configurations, but it also allows them to work properly with any new technology not yet developed--when a new device is introduced and a driver written for it, applications will automatically work with it (in most cases).

Device drivers are used by the kernel for all of the following:


Up: GEOS SDK TechDocs | Up | Prev: 7 Libraries