The boot image of a final KasperskyOS-based solution contains the following:
einit
entity, which starts the other entitiesAll entities are contained in a ROM file system (ROMFS) image.
Building a solution image
A solution image is built using a specialized script that is supplied with KasperskyOS Education Kit.
The KasperskyOS kernel image, service entities and driver entities are supplied as part of KasperskyOS Education Kit. A security module and einit
entity are built for each specific solution.
Starting a solution
A solution is started as follows:
einit
entity.einit
entity starts all other entities that are part of the solution.All examples in this Guide are intended to be run in a QEMU emulator, but they can also be run on a terminal device.
Page top