log output in fiaso-ux

Andre Puschmann andre.puschmann at stud.tu-ilmenau.de
Sun Feb 15 17:49:07 CET 2009


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





More information about the l4-hackers mailing list