scheduling

refer to prev post. i was trying to find how to bind the pthread to the core. i found out how to do it with the help of schedulers. refer to file in pkg/l4sys/. using the function lp_sched_cpu_set. the problem is even tough  i found more than 1 cpu. it turns out the other cpu is not online. so if i throw a thread there, it wont worked. UPDATE: can be fixed by setting the qemu smp to more than 1. so simple. >_<

3 thoughts on “scheduling

  1. Hey, i tried changing SMP to 2/4/8, but the maximum CPU i got was 1. Do i need to do any L4 or Fiasco.OC build changes ?

Leave a Reply to Yash Cancel reply

Your email address will not be published. Required fields are marked *