Skip to content

Commands

FrostByte-OS edited this page Aug 15, 2025 · 1 revision

When you first boot, you'll be in the CLI Shell where you can run certain commands.

Commands

Echo

echo [any]

Prints anything you put after it.

Shutdown

shutdown

As the name implies, it sends an ACPI call to shutdown.

MiniFS

minifs

For now, its just a visual that'll display "No drives attached".

Clear

clear

Clears the console.

Meminfo

meminfo

Displays the total memory.

it is currently bugged and will say 0 MB

Desktop

desktop

Switches from VGA Text mode into 320x200 Regular VGA Mode, gives you a cursor and a minimal desktop environment.

Induce

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();

Clone this wiki locally