File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Kernel/platform/platform-dragon-nx32/userspace Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ echo "Starting XRoar $(date)"
29
29
xroar \
30
30
-no-ratelimit \
31
31
-ui $UI \
32
+ -ao null \
32
33
-timeout 60 \
33
34
-timeout-motoroff 10 \
34
35
-default-machine dragon32 -romlist d32=$BASROM \
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ prtroot >/etc/mtab
8
8
#fsck -a
9
9
#mount -a
10
10
>/var/run/utmp
11
- echo "Starting various tests from rc"
12
- echo '[dc is working] P' | dc ; echo
13
- echo "Testing done!"
11
+ echo "Starting various tests from /etc/rc:"
12
+ echo '[dc is working OK] P' | dc ; echo
13
+ echo "shell pipeline" | head | tail | sed 's/$/ OK/' | cat
14
+ echo ': test1 ." fforth is working OK" CR ; test1' | fforth
15
+ echo "Testing done! Cycling motor relay..."
14
16
echo "HEX 3c ff21 C! 34 ff21 C!" | fforth
You can’t perform that action at this time.
0 commit comments