File Structure

  /User Directory/contec/czm
    czm_uninstall.sh ................. Shell script for uninstall
    Makefile ......................... Make file for install
    readme_jp.txt .................... README Japanese version
    readme_us.txt .................... README English version
    /config
        Makefile ..................... Make file for compiling and installing
        config ....................... Setup program (configuration): It is generated by "make install" command.
        czm.ko ....................... Driver for the starting version: It is generated by "make install" command.
        contec_zm_start.sh ........... Driver start script: It is created by saving the configuration with config.
        contec_zm_stop.sh ............ Driver stop script: It is created by saving the configuration with config.
        contec_zm.conf ............... Setup file: It is created by saving the configuration with config. It is copied to /proc as the start script.
        /xxxx ........................ Directory that is named with current kernel version: It is generated by "make" command.
            cgetres.ko ............... config PCI Express resource acquisition driver (corresponding to the current kernel version): It is generated by "make" command.
        /amd64
            config ................... [x86] 64 bit setup program
        cgetres.c .................... PCI Express resource acquisition module source for config
        cgetres.h .................... PCI Express resource acquisition module header for config
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
    /help/
        /en .......................... Web Help English version
        /jp .......................... Web Help Japanese version
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
    /library
        Makefile ..................... Make file for installing
        Czm_ctrl.h ................... Common header of library and module
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
        /amd64
            libczm.so.1.0 ............ [x86] 64 bit Shared library
    /module
        Makefile ..................... Make file for compiling and installing
        xxxxx.c ...................... Source of module
        xxxxx.h ...................... Header of module
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
    /samples/
        /en .......................... English version
            inc/ ..................... Header file directory
            gcc/ ..................... gcc version
                console/ ............. Console sample directory
            python/ .................. python version
                console/ ............. Console sample directory
        /jp .......................... Japanese version
            inc/ ..................... Header file directory
            gcc/ ..................... gcc version
                console/ ............. Console sample directory
            python/ .................. python version
                console/ ............. Console sample directory
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version