X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2FRunTest;h=069ea14f066b7ec6434dc3fe4c112df84df2bce9;hb=8b72370eae1a3cfa8916136fd8ffc1460e9291ba;hp=9137ff943e09b83fe01fbf0f6dd780bb1b38cc03;hpb=6d32a3c22e659994d7ae6164ba3722ab12d11421;p=tpg%2Facess2.git diff --git a/AcessNative/RunTest b/AcessNative/RunTest index 9137ff94..069ea14f 100755 --- a/AcessNative/RunTest +++ b/AcessNative/RunTest @@ -1,5 +1,9 @@ #!/bin/sh +# +# Runs the AcessNative kernel and spawns a native executable using ./ld-acess +# trap '' 2 -./AcessKernel --rootapp /Acess/SBin/login +#$1 ./AcessKernel --rootapp /Acess/SBin/login +$1 ./AcessKernel --rootapp /Acess/Apps/AxWin/3.0/AxWinWM trap 2 killall ld-acess