init.cmd Start USB poller, list devices, list processes, Fix cpu_find_lightest () crashing bug
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 36s
Build documentation / build-and-deploy (push) Successful in 26s

This commit is contained in:
2026-04-09 23:51:44 +02:00
parent a86d258a4b
commit 543af9c00b
4 changed files with 19 additions and 32 deletions

View File

@@ -1,9 +1,18 @@
echo "Terminal information: "
terminfo
echo "Available devices:\n"
sys:/devices -C list_all
echo "\n"
echo "Starting USB poller...\n"
sys:/usb -C poll &
echo "\n"
stall 2000
echo "Available devices:\n"
sys:/devices -C list_all
echo "\n"
echo "Running processes:\n"
procinfo
echo "\n"