mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-02-01 10:01:52 -05:00
Currently, each task implements it's own priority value. In Linux, each thread group (process) has a default process which all tasks in that group inherit. Tasks can, however, override the default process priority. Implement that logic here which also fixes the current compilation error on master.