X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=080eb600050edc583cfb30d16e2daf3638a8bae0;hb=c38170452f0c4e6d0647d11fff37f8e3fd248042;hp=ccc9362c30a0e747500869ce7d96a05ef910ad53;hpb=9cc6fc4b68e697ff8bc897e93a8ba8c37ffbf328;p=pintos-anon diff --git a/TODO b/TODO index ccc9362..080eb60 100644 --- a/TODO +++ b/TODO @@ -21,22 +21,6 @@ Add a system call "get_kernel_memory_information". User programs could engage in a variety of activities and notice leaks by checking the kernel memory statistics. -From: "Godmar Back" -Subject: set_priority & donation - a TODO item -To: "Ben Pfaff" -Date: Mon, 20 Feb 2006 22:20:26 -0500 - -Ben, - -it seems that there are currently no tests that check the proper -behavior of thread_set_priority() when called by a thread that is -running under priority donation. The proper behavior, I assume, is to -temporarily drop the donation if the set priority is higher, and to -reassume the donation should the thread subsequently set its own -priority again to a level that's lower than a still active donation. - - - Godmar - From: Godmar Back Subject: on caching in project 4 To: Ben Pfaff @@ -111,8 +95,6 @@ via Godmar Back: - Add extra credit: - . Low-level x86 stuff, like paged page tables. - . Specifics on how to implement sbrk, malloc. . Other good ideas.