X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2F44bsd.texi;h=2269cdc629eeed0aff0653a3a0412da340bf7458;hb=ea69fc9dbb8d947fbec0e78fe266c6402c112731;hp=8cff146f07c17be0a1363f3c457a9be7d06e719b;hpb=672f483fb765ec387f12d8933b120a7306831d70;p=pintos-anon diff --git a/doc/44bsd.texi b/doc/44bsd.texi index 8cff146..2269cdc 100644 --- a/doc/44bsd.texi +++ b/doc/44bsd.texi @@ -44,7 +44,7 @@ vary over time. A well-designed scheduler can often accommodate threads with all these requirements simultaneously. For project 1, you must implement the scheduler described in this -appendix. Our scheduler resembles the one described in @bibref{4.4BSD}, +appendix. Our scheduler resembles the one described in @bibref{McKusick}, which is one example of a @dfn{multilevel feedback queue} scheduler. This type of scheduler maintains several queues of ready-to-run threads, where each queue holds threads with a different priority. At any given