| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This section describes in detail how to create new extensions, or how to modify existing ones. It assumes that reader is familiar with the C programming language and that they know how to write and compile simple C programs under UNIX. An extension is a "shared object" file, with the extension ".so", which is dynamically linked into the cogsys program at run-time.
3.2.1 Making the Extension 3.2.2 Writing a New Extension