We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When you first boot, you'll be in the CLI Shell where you can run certain commands.
echo [any]
Prints anything you put after it.
shutdown
As the name implies, it sends an ACPI call to shutdown.
minifs
For now, its just a visual that'll display "No drives attached".
clear
Clears the console.
meminfo
Displays the total memory.
it is currently bugged and will say 0 MB
desktop
Switches from VGA Text mode into 320x200 Regular VGA Mode, gives you a cursor and a minimal desktop environment.
induce([system.function])
Induces the system function you put inside the (). Currently there is only one programmed function:
induce(kernel.panic())
which forces a kernel panic by calling kpanic();
kpanic();