X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2F44bsd.texi;h=2269cdc629eeed0aff0653a3a0412da340bf7458;hb=73389b59f54bfed8eb0cb370a5ffec1223686a9e;hp=8cff146f07c17be0a1363f3c457a9be7d06e719b;hpb=f415a37905c57f61b444806bf84f5405184452aa;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