Starry-OS / Starry

The main repository of Starry-OS, which will assemble all kernel components into a kernel according to a certain configuration.
Apache License 2.0
12 stars 18 forks source link

sched get prority max/min #29

Open Josen-B opened 1 month ago

Josen-B commented 1 month ago

通过 sched_get_priority_minsched_get_priority_max 获取了内核允许的最大和最小优先级(一般就设置为和 Linux 一致,从 1 到 99),然后通过 sched_setscheduler 设置了自己的优先级

Josen-B commented 4 weeks ago

涉及PR: