-
Notifications
You must be signed in to change notification settings - Fork 29
how to use sched-ext #61
Comments
I can't get the way to use sched-ext by the readme document |
Hi, Here is also a reddit post from decave about it: Maybe it helps you. |
thanks a lot! I will try this method soon. |
Thanks for pointing @ChenJY1221 to that subreddit post, @ptr1337. I'm also creating a slack channel that you can join in the interim: https://join.slack.com/t/schedextworkspace/shared_invite/zt-24c4on3sk-sHlozdLfCZBODfwU6t6dbw |
Well, after you have compiled the kernel, you can go into If the schedulers have successfully compiled, you can find them in To use the framework, you could start writing your own scheduler (see the example schedulers) |
follows are my compile environment: we have try to compile this project in the ubuntu and QEMU virtual machine.While we compile in the ubuntu22.04,there are some error as follows: It seems that the ld.lld error should have been solved in previous sched_ext commit about cargo.toml in this link:d9988b4 , I'm not sure what's wrong about this ld.lld error.What's more,do I have some misunderstanding about the operating environment?we do have a little confused about this.We even began to consider whether the x86 and arm architectures had a negative impact on the running results.Whether it's because the operation environment or I have some error operation when I compile the kernel ? I sincerely hope you can help us solve these confusions。 |
@ChenJY1221 |
@ptr1337 |
excuse me,i'm a fresher about sched-ext,I'd like to use it in my project.Whatever my question is so simple,how can I use or how can I compile this project in my virtual mechine?I'm sorry this problem is a little immature,but it’s really important for me.Can anybody give me some help?
The text was updated successfully, but these errors were encountered: