X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fthreads.texi;h=bc2ccb548de6c278b0085b4bf08a098d3dcca4b5;hb=251b51f76f0594460e1cfbf2c05576fb445b861b;hp=6659732b20fd4d6a1eeb5e1e5fb0388803e50023;hpb=c9613f4d1fd208911409de6f82b430e5f9a595ae;p=pintos-anon diff --git a/doc/threads.texi b/doc/threads.texi index 6659732..bc2ccb5 100644 --- a/doc/threads.texi +++ b/doc/threads.texi @@ -157,9 +157,9 @@ the kernel. Basic interrupt handling and functions for turning interrupts on and off. -@item intr-stubs.pl +@item intr-stubs.S @itemx intr-stubs.h -A Perl program that outputs assembly for low-level interrupt handling. +Assembly code for low-level interrupt handling. @item synch.c @itemx synch.h