KasperskyOS Community Edition 1.0

Limitations and known issues

Because the KasperskyOS Community Edition is intended for educational purposes only, it includes several limitations:

  1. Symmetric multiprocessing (SMP) is not supported. Only one processor kernel is used.
  2. Dynamically loaded libraries are not supported.
  3. The maximum supported number of running applications (entities) is 32.
  4. When an entity is terminated through any method (for example, return from the main execution thread), resources allocated by the entity are not released, and the entity goes to sleep. Entities cannot be started repeatedly.
  5. You cannot start two or more entities with the same EDL description.
  6. The system stops if no running entities remain, or if one of the driver entity threads has been terminated, normally or abnormally.