Acess 2 Kernel API Documentation
These documents attempt to describe the standard Acess 2 (and hopefully future versions) Kernel mode API. The documentation covers filesystem drivers, binary formats and the various device driver interface standards.
- Module Definitions
- Describes how a module is defined in Acess
- Binary Formats
- Explains how to register a new binary format with the kernel
- VFS - The Virtual File System
- The VFS is the core of Acess's driver architecture
- Device Drivers
- Describes how drivers should use the VFS to expose themselves to the user.
- Drivers for specific types of hardware must behave in the specific way described here.