<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>CS-395T Announcements</title>
    <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t</link>
    <description>Announcements feed for the CS 395T Operating Systems Implementation course</description>
    <item>
      <title>Final grades sent to registrar</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Fri, 17 Dec 2010 00:00:00 -0600</pubDate>
    </item>
    <item>
      <title>Project grades posted to egradebook</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>We gave each project a letter grade and mapped it to a number. See the comments on egradebook for the exact mapping that we used.</description>
      <pubDate>Fri, 17 Dec 2010 00:00:00 -0600</pubDate>
    </item>
    <item>
      <title>Make-up rescheduled to Monday, December 6, 4:30 PM, ACES 6.302</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Mon, 06 Dec 2010 00:00:00 -0600</pubDate>
    </item>
    <item>
      <title>Make-up tomorrow canceled</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Please send us email if you'd like to make-up the make-up on Monday.</description>
      <pubDate>Thu, 02 Dec 2010 00:00:00 -0600</pubDate>
    </item>
    <item>
      <title>Prep for Thursday</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>In preparation for Thursday's class, please do the following: (1) Read the Hints paper. For several of the hints in the paper (your choice which hints), think through where we have seen these hints applied in systems we have read about. (2) For several of the hints in the Hints paper (again, your choice about which hints; they need not be the same as in (1)), think through where we have seen these hints NOT applied in systems we have read about. (3) For the Secure File Nets paper, please pay particular attention to the graphs.</description>
      <pubDate>Tue, 30 Nov 2010 00:00:00 -0600</pubDate>
    </item>
    <item>
      <title>Project demo sign-up</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Don't forget to sign up for a demo slot. The instructions are posted in the lab 7 text.</description>
      <pubDate>Wed, 24 Nov 2010 00:00:00 -0600</pubDate>
    </item>
    <item>
      <title>Removed bogus hints page from lab 7</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Those hints pertained to an old version of lab 5. Apologies for the false hints. Note, though, that if you're having trouble with lab 7, a possible source of bugs is your lab 5 code</description>
      <pubDate>Sat, 20 Nov 2010 00:00:00 -0600</pubDate>
    </item>
    <item>
      <title>Office hours this Friday rescheduled to next Monday</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Mike's office hours will be at 4:00 PM Monday, November 22 (not 3:00 PM on Friday, November 19). As always, send email if you'd like to meet at another time.</description>
      <pubDate>Mon, 15 Nov 2010 00:00:00 -0600</pubDate>
    </item>
    <item>
      <title>Updates to labs 6 and 7</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Please git pull the changes immediately if you have started either lab.</description>
      <pubDate>Thu, 04 Nov 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Lab 5 typo.</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>The comment at the beginning of fs/serv.c that says 'There can be at most MAXFILE files open concurrently.' should say MAXOPEN instead of MAXFILE. The repo is updated and you may 'git pull' the change if you'd like.</description>
      <pubDate>Sun, 31 Oct 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Midterm solutions posted on &lt;a href=&quot;exams.html&quot;&gt;exam page&lt;/a&gt;.</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Please check the solutions and send the course staff email if you notice any mistakes.</description>
      <pubDate>Sun, 31 Oct 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>&lt;a href=labs/lab6.html&gt;Lab 6&lt;/a&gt; and &lt;a href=labs/lab7.html&gt;Lab 7&lt;/a&gt; are released.</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Lab 7 includes the project, and please note that there is a project proposal as part of Lab 7.</description>
      <pubDate>Sun, 31 Oct 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Updates to lab5</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>There have been some substantial updates to lab5, so please 'git pull' the changes if you have started the lab. Some points of interests include:  Block 0 is now never used, as stated by the lab. There is no longer a file close IPC request since the server does not have to be told explicitly to free up resources. It has been replaced by a file flush request. There is now a diskblockno() that does the inverse of diskaddr().</description>
      <pubDate>Fri, 29 Oct 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>&lt;a href=labs/labt.html&gt;Lab T&lt;/a&gt; is released.</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Lab T is a separate lab from the JOS labs. It is designed to be a quick introduction to multi-threaded programming and good practices. The window to perform this lab is concurrent (which is somehow appropriate) with that of lab 5. Lab T is due two days later than lab 5, on Friday, November 5. Make sure that you reserve enough time to do both.</description>
      <pubDate>Wed, 20 Oct 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>&lt;a href=labs/lab5.html&gt;Lab 5&lt;/a&gt; is released.</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>It is due on Wednesday, November 3.</description>
      <pubDate>Tue, 19 Oct 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Room for make-up classes is PAR 302</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Reminder: the make-up classes are 10/15 and 11/5, from 4:00-5:30</description>
      <pubDate>Thu, 14 Oct 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>More updates to lab4</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>There have been some updates to lab4. Please &quot;git pull&quot; the lab4 branch.  Changes include better comments, an additional check that may reveal a lab3 bug, and a non-blocking sys_getc(). This last one is for performance reasons and shouldn't really affect your code. If you've been using it for some reason, use getchar() instead.</description>
      <pubDate>Sat, 09 Oct 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Make-up classes announced</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Owing to the missed classes, we will have two Friday make-up classes, one on October 15 and one on November 5. Both will meet from 4:00 to 5:30 PM. The room is still TBD. This material will not appear on the exam, and attendance is not mandatory. These classes will have a different format than usual. They will be akin to a structured reading group meeting: the papers will be drawn from this year's OSDI, and there will be a lot of discussion.</description>
      <pubDate>Thu, 07 Oct 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Office hours next week rescheduled</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>Owing to travel, Mike's office hours will be at 2:00 PM Thursday, October 7 (not 3:00 PM on Friday, October 8).</description>
      <pubDate>Sat, 02 Oct 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Revised schedule</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>The course schedule has been updated to reflect today's class cancellation by the University President. We will discuss microkernels and the Liedtke paper on Thursday. We will make up the missed classes on some Fridays in October and November.</description>
      <pubDate>Tue, 28 Sep 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Update to lab4</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>If you have not yet switched to the lab4 branch, please ignore this. If you have, change to your lab directory and type &quot;git pull&quot;. The update adds some better comments and some new tests in kern/pmap.c that may help expose a hidden bug from lab2.</description>
      <pubDate>Sun, 26 Sep 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Note that the schedule has shifted slightly. On Tuesday we will discuss microkernels and the Liedtke paper.</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Thu, 23 Sep 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Update to lab3</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>If you have not yet switched to the lab3 branch, please ignore this. If you have, change to your lab directory and type &quot;git pull&quot;</description>
      <pubDate>Sun, 12 Sep 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>&lt;a href=labs/lab4.html&gt;Lab 4&lt;/a&gt; is released. Note that it is due in three parts.</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Sun, 12 Sep 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Lab1 grades have been posted on egradebook.</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Sat, 11 Sep 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Victor's office hours on Wednesday, September 8 are rescheduled to Friday, September 10 at 1:00-2:00 PM in the usual location.</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Tue, 07 Sep 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>&lt;a href=labs/lab3.html&gt;Lab 3&lt;/a&gt; is released. All exercises in part A are due on Wednesday, September 22. All exercises in part B are due on Wednesday, September 29.</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Fri, 03 Sep 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>&lt;a href=labs/lab2.html&gt;Lab 2&lt;/a&gt; is released and due Wednesday, September 15</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Mon, 30 Aug 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Updated tools page to be about QEMU not bochs</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Thu, 26 Aug 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>No office hours this week. Email for an appointment</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Thu, 26 Aug 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Posted draft of syllabus</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Thu, 26 Aug 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>&lt;a href=labs/lab1.html&gt;Lab 1&lt;/a&gt; is released and due next Friday (Sept. 3)</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Thu, 26 Aug 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Updated policies, description, schedule, lab due dates</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <description>The policies, description, and lab due dates are now final. The schedule (which readings when) is still tentative but reasonably close to its final form.</description>
      <pubDate>Thu, 26 Aug 2010 00:00:00 -0500</pubDate>
    </item>
    <item>
      <title>Posted skeleton description and policies</title>
      <link>http://www.cs.utexas.edu/~mwalfish/classes/f10-cs395t/announcements.html</link>
      <pubDate>Wed, 30 Jun 2010 00:00:00 -0500</pubDate>
    </item>
  </channel>
</rss>
