On Tue, Sep 22, 2009 at 7:30 PM, Raistlin <raistlin@linux.it> wrote:
Hi Raistlin,
Thank you for challenge to support EDF on Linux 2.6 in private.
You have to modify git address of schedtool-edf at
http://www.evidence.eu.com/sched_edf.html correctly.
before) git clone git://feanor.sssup.it/sched-tool-edf.git
after ) git clone git://feanor.sssup.it/schedtool-edf.git
----- http://www.evidence.eu.com/sched_edf.html
---------------------------------
Usage with schedtool
To easily test SCHED_EDF you can use our modified version of
schedtool as explained below.
For instance, to run a simple yes program with period 100000us and
budget 25000us, just type the following commands:
git clone git://feanor.sssup.it/sched-tool-edf.git * <-- Here, change
to schedtool-edf.git
cd schedtool-edf
make
./schedtool -E -d 100000 -b 25000 -a 0 -e yes > /dev/null &
--
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim@samsung.comleemgs@gmail.com , leemgs1@gmail.com
--