set `size860 $1`
S=`expr $3 + $5`
if [ $S -ge 65536 ];then
	echo ERROR: Kernel\'s data is greater than 65536 \($S\). It won\'t work.
	exit 1
fi
