X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=doc%2Fthreads.texi;h=d90b43895396a0ec81c3ff9c4ae91515572522ac;hp=b13b5450ff00802e06fa346894a6955ece891f4e;hb=f1f2dc8de9e336d83383692d4478bb14a3dafc11;hpb=94d17ee9287aec1c4c9ee37ca02615e8293a5f3a diff --git a/doc/threads.texi b/doc/threads.texi index b13b545..d90b438 100644 --- a/doc/threads.texi +++ b/doc/threads.texi @@ -246,6 +246,16 @@ and serial drivers. Real-time clock driver, to enable the kernel to determine the current date and time. By default, this is only used by @file{thread/init.c} to choose an initial seed for the random number generator. + +@item speaker.c +@itemx speaker.h +Driver that can produce tones on the PC speaker. + +@item pit.c +@itemx pit.h +Code to configure the 8254 Programmable Interrupt Timer. This code is +used by both @file{devices/timer.c} and @file{devices/speaker.c} +because each device uses one of the PIT's output channel. @end table @node lib files