3 # Execute the specified root application using the ARCH=native build
5 _=$PWD; cd $(dirname $0); DIR=$PWD; cd $_
6 DISTROOT=$(dirname $DIR)/Usermode/Output/native/
13 echo Cleaning up $KERNEL_PID
19 # 1. Start up AcessKernel
20 # - Set DISTROOT to the output directory of ARCH=native
21 # - Don't start a root application
22 ${DIR}/AcessKernel --distroot $DISTROOT > ${DIR}/log/native_AcessKernel.log 2>&1 &
24 echo Kernel is $KERNEL_PID
31 LD_LIBRARY_PATH=${DIR}:${DISTROOT}Libs AN_PREOPEN=$VTERM:$VTERM:$VTERM ${DBG} ${DISTROOT}Apps/AxWin/4.0/AxWinServer
34 LD_LIBRARY_PATH=${DIR}:${DISTROOT}Libs AN_PREOPEN=$VTERM:$VTERM:$VTERM ${DBG} ${DISTROOT}Apps/AxWin/3.0/AxWinWM
37 echo "Unknown application '$APP'"