KasperskyOS Community Edition 1.3

Starting a basic KasperskyOS-based solution image

The basic KasperskyOS-based solution image is included in the SDK and contains all the system programs required to run and debug programs packaged in KPA packages.

To start a basic KasperskyOS-based solution image from Visual Studio Code:

  1. Make sure that the KasperskyOS SDK Extension is installed and active.
  2. Click the device selection button lower_panel_select_device on the lower panel or press F1 and run the command KOS: Select Device.
  3. Select Create new emulator.
  4. Select kos_base-dev.
  5. In the opened field, enter the additional QEMU flags and press Enter, or immediately press Enter to use the default flags.
  6. In the opened field, enter the name of the new emulator and press Enter, or immediately press Enter to use the automatically generated name.
  7. Wait until the previous command completes.
  8. In the notification about the new emulator being created, click the Start button.
  9. Wait for the emulator to finish loading.