Entities

In KasperskyOS, each program is executed as a separate entity, which is analogous to a process in Linux OS. As with a process, an entity can contain one or several threads sharing the same address space.

An entity that provides services to other entities must include one or multiple components. Each component implements specific interfaces. Interaction with an entity is possible only by using these interfaces.

Entity providing services to other entities

Page top