Search results

  1. F

    Writing a scheduler

    So, does anyone know how can we call a syscall (lkm) in kernel codes?
  2. F

    Writing a scheduler

    I think, we can open, exit, fork and other syscalls in kernel, don't we? I don't know how we should call a syscall(lkm) in kernel codes?
  3. F

    Writing a scheduler

    how to call syscall in kernel Hello, I have another question. I want to change the ule scheduler a little. for this purpose I decided to call a lkm(syscall) in tdq_choose function in sched_ule.c file and implement my code in that module. Is that correct to do call a lkm in kernel? If yes...
  4. F

    Writing a scheduler

    I don't understand Hi, can you tell me what's wrong with justint's solution for implementing the new scheduler if we change all runq_choose functions?
Back
Top