Dear L4Hackers,

I have been trying to run 2 simple L4 tasks and give one of them highest scheduling priority and the other one the least. I have tried using the priority attribute in the start script as well as:

scheduler = L4.Env.user_factory:create(L4.Proto.Scheduler, 0x18, 0x8)

with different ranges for each of them but I don't notice any change in their runtimes.

Am I missing something here?

Thanks in advance,
Nourhan