chore(ksh): disabled 'userspace' command due to be really broken

This commit is contained in:
Karina
2026-01-30 07:20:01 +04:00
parent 92aaa47435
commit 3f95b6d282
+1 -1
View File
@@ -124,5 +124,5 @@ void cmd_ver() {
}
void cmd_userspace() {
sched_spawn(init_task_entry, nullptr, false, 0);
kprintf("Command disabled due to be really broken\n");
}