Files
mop3/etc/init.cmd
kamkow1 543af9c00b
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 36s
Build documentation / build-and-deploy (push) Successful in 26s
init.cmd Start USB poller, list devices, list processes, Fix cpu_find_lightest () crashing bug
2026-04-09 23:51:44 +02:00

19 lines
236 B
Batchfile

echo "Terminal information: "
terminfo
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"