Replace halt command with shutdown and add new reboot command

This commit is contained in:
Stone_Red
2026-06-10 04:20:46 +02:00
parent fad05a3e9a
commit 6728835d77
3 changed files with 21 additions and 6 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ public class Kernel : Sys.Kernel
CommandManager.RegisterCommands([
new HelpCommand(),
new ClearCommand(),
new HaltCommand(),
new ShutdownCommand(),
new RebootCommand(),
new SpawnProcessCommand(),
new ListProcessesCommand(),
new StopProcessCommand(),