This commit is contained in:
Egan Ford 2017-04-21 17:40:15 -06:00
parent 7e5d0c1a23
commit f56cd484e6
5 changed files with 10 additions and 10 deletions

BIN
bin/c2d

Binary file not shown.

Binary file not shown.

2
c2d.h
View File

@ -18,7 +18,7 @@ usage: c2d [-vh?]\n\
-h|? this help\n\
-m jump to monitor after booting\n\
-s XXXX jump to XXXX after booting\n\
-t filename where filename is a 1K $400-$7FF text page splash screen.\n\
-t filename, where filename is a 1K $400-$7FF text page splash screen.\n\
The splash screen will display while the binary is loading.\n\
-v print version number and exit\n\
\n\

View File

@ -18,7 +18,7 @@ usage: c2d [-vh?]\n\
-h|? this help\n\
-m jump to monitor after booting\n\
-s XXXX jump to XXXX after booting\n\
-t filename where filename is a 1K $400-$7FF text page splash screen.\n\
-t filename, where filename is a 1K $400-$7FF text page splash screen.\n\
The splash screen will display while the binary is loading.\n\
-v print version number and exit\n\
\n\

16
test.sh
View File

@ -18,7 +18,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi
@ -53,7 +53,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi
@ -72,7 +72,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi
@ -109,7 +109,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi
@ -129,7 +129,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi
@ -145,7 +145,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi
@ -164,7 +164,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi
@ -182,7 +182,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi