KasperskyOS Community Edition includes the following build scripts and tools:
The NK compiler (nk-gen-c
) generates the set of transport methods and types based on the EDL, CDL and IDL descriptions of applications, components and interfaces. The transport methods and types are needed for generating, sending, receiving and processing IPC messages.
The nk-psl-gen-c
compiler generates the source code of the Kaspersky Security System security module based on the solution security policy file (security.psl
) and the EDL descriptions of applications included in the solution.
The einit
tool lets you automate the creation of code of the Einit
initializing application. This application is the first to start when KasperskyOS is loaded. Then it starts the other applications and creates channels (connections) between them.
The makekss
script creates the Kaspersky Security System security module for the KasperskyOS kernel.
The makeimg
script creates the final boot image of the KasperskyOS-based solution with all applications to be started and the Kaspersky Security System module.