From: Ben Pfaff Date: Sun, 29 Jan 2006 21:54:44 +0000 (+0000) Subject: Clarify when enable_mlfqs gets set. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=8e2dbb4d6e0b8924d082857efa04f314cc864e96 Clarify when enable_mlfqs gets set. Thanks to "Yi Lang Mok" and others for pointing this out. --- diff --git a/doc/threads.texi b/doc/threads.texi index 8f07bb7..ced5ae8 100644 --- a/doc/threads.texi +++ b/doc/threads.texi @@ -511,7 +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. +true, when the options are parsed by @func{parse_options}, which happens +through 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