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:
promptArgs: Forces the kernel argument prompt to show up
createConf: Used in the KS Config Tool. It only creates a log then exits
testMod: Checks the integrity of the mod by compiling, then exits
Last updated