15 Feb
2009
15 Feb
'09
5:49 p.m.
Hi, I forgot to include the start script, sorry! Here you go .. #!/bin/sh FILES="l4io dm_phys names log dde26_test" #ROOTARGS="rom/hello" FIASCODIR=./fiasco FIASCO=${FIASCODIR}/fiasco BINDIR=./l4/bin/x86_586/l4v2 for f in ${FILES}; do ARGS="${ARGS} -l ${BINDIR}/$f" done ARGS="${ARGS} -m32" ${FIASCO} -I ${FIASCODIR}/irq0 -S ${BINDIR}/sigma0 \ -R ${BINDIR}/roottask -n 9 \ ${ARGS} Best regards, Andre