add sys_conwrite sys call
[thunix.git] / configure
blob976a2235187be7ffe348fa51ce8fcabf627b81dc
1 #!/bin/bash
4 # Stupid fake auto configuration
7 echo -n "Checking if we are using SuSE linux..."
8 if [ -e /etc/SuSE-release ]; then
9 sed '/^romimage/s/$/, address=0xf0000/' bochsrc.in > bochsrc
10 echo " Yes"
11 else
12 cp bochsrc.in bochsrc
13 echo " No"