diff --git a/src/content/docs/configuration/sched-ext.mdx b/src/content/docs/configuration/sched-ext.mdx index 7d45e23..d55a4f0 100644 --- a/src/content/docs/configuration/sched-ext.mdx +++ b/src/content/docs/configuration/sched-ext.mdx @@ -1,6 +1,6 @@ --- title: sched-ext Tutorial -description: Tutorial how to use LAVD, Rusty, Rustland and bpfland +description: Tutorial about how to use the framework and miscellaneous information --- import { Steps } from '@astrojs/starlight/components'; @@ -365,6 +365,7 @@ auto_mode = ["--performance"] If you want to learn more about the sched-ext framework. Take a look at the links below. - [Sched-ext Schedulers Source Code]() +- [Sched-ext Official Wiki]() - [Changwoo Min: Introduction to sched-ext & CPU Scheduling Part 1]() - [Part 2]() - [Andrea Righi: Re-implementing my Linux Rust scheduler in eBPF]()