gitlabEdit

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:

choco install ks
"Kernel Simulator.exe" debug

Useful arguments

Argument
Description

testInteractive

Opens the test interactive shell.

debug

Alternative way to turn on kernel debugging.

args

Makes the kernel prompt the user to write arguments on boot.

help

Opens help page for command-line arguments

Last updated