#!/bin/csh -x

set AAA=`ps | grep 'mdi-server' | grep -v grep | wc -l`
if ( $AAA == 0 ) then
	./START.mdi-server
	sleep 5
endif

cd ../../linux

ddd -geometry "797x1182+150-0" \
    --debugger "../brecis/tools/mipsisa32-brecis-uclinux/bin/mips-gdb --symbols=linux" \
     &
sleep 1
