X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fthreads.texi;h=77afeda0e17a49a0062062b16d6c9ba328c705b5;hb=24116bb51c88e33ca0274bdd01abb7f03ec90fb7;hp=ced5ae87aa5ff3e64c4b281851df71920ad6ecbd;hpb=27d056017e9085a699621ce3075eeb11f145c4ba;p=pintos-anon diff --git a/doc/threads.texi b/doc/threads.texi index ced5ae8..77afeda 100644 --- a/doc/threads.texi +++ b/doc/threads.texi @@ -511,8 +511,8 @@ must be active, but we must be able to choose the 4.4@acronym{BSD} scheduler with the @option{-mlfqs} kernel option. Passing this option sets @code{enable_mlfqs}, declared in @file{threads/init.h}, to -true, when the options are parsed by @func{parse_options}, which happens -through midway through @func{main}. +true when the options are parsed by @func{parse_options}, which happens +midway through @func{main}. When the 4.4@acronym{BSD} scheduler is enabled, threads no longer directly control their own priorities. The @var{priority} argument to