Skip to content

sched_extのカーネルコードにコメントを追加したパッチ

Notifications You must be signed in to change notification settings

ruth561/scx-comment-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

パッチの適用方法

sched_extの開発リポジトリはここから入手できる。このパッチはsched_ext-for-6.11というタグをベースにしているため、パッチを適用するときはいったんそのタグに移動してから適用するとよい。

※ GitHubに公開されているsched_extリポジトリはややバージョンが低いため注意

$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git
$ cd sched_ext
$ git checkout sched_ext-for-6.11
$ patch -p1 < /path/to/this/repo/add-comments.patch

About

sched_extのカーネルコードにコメントを追加したパッチ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published