gitlabEdit

Available command-line arguments

How do I run command-line arguments?

You can run these arguments to make the simulator behave differently, by running Kernel Simulator like below examples:

  • "Kernel Simulator.exe" promptArgs

  • "Kernel Simulator.exe" testMod ModToBeTested.m

Useful arguments:

  1. promptArgs: Forces the kernel argument prompt to show up

  2. createConf: Used in the KS Config Tool. It only creates a log then exits

  3. testMod: Checks the integrity of the mod by compiling, then exits

Last updated