What Does KylixDriver Include?

KylixDriver includes the following material:

    1. components modelling hardware resources
    2. ancestor classes for components modelling hardware resources
    3. complementary classes aggregated by (and used team up with) components modelling hardware resources
    4. singular component modelling device as a whole
    5. singular CardBuilder class, a Kylix IDE property|component editor for the aforementioned component modelling device as a whole. CardBuilder is fulfilled in the form of design window

    1. kylixdriver/module/trial/gcc2/chardev.o: compiled object code of the GDD logic; it is used for kernels compiled with gcc version 2.x.x
    2. kylixdriver/module/trial/gcc3/chardev.o: compiled object code of the GDD logic; it is used for kernels compiled with gcc version 3.x.x
    3. kylixdriver/module/trial/gcc3_regparm/chardev.o: compiled object code of the GDD logic; it is used for kernels compiled with special regparm option, with gcc version 3.x.x
    4. kylixdriver/module/sysdep.c and kylixdriver/module/sysdep.h: sources which bind compiled object codes of the GDD logic to current Linux kernel
    5. Additional sources which come to the GDD.