adding code party

This commit is contained in:
Edgar Bering 2009-11-23 13:23:20 -05:00
parent d6b598a7a1
commit 0ea1002d7d
1 changed files with 15 additions and 0 deletions

View File

@ -4,6 +4,21 @@
<eventdefs>
<!-- Fall 2009 -->
<eventitem date="2009-11-27" time="7:00 PM" room="Comfy Lounge" title="Code Party!!11!!">
<short><p>A fevered night of code, friends, fun, energy drinks, and the CSC. Facebook will be around to bring some food and hang out.
</p></short>
<abstract><p>Come join us for a night of coding. Get in touch with more experianced coders,
advertize for/bug squash on your favourite open source project, write that personal
project you were planning to do for a while but haven't found the time. Don't
have any ideas but want to sit and hack? Try your hand at the Facebook puzzles,
write a new app, or just chill and watch scifi.
</p></abstract>
</eventitem>
<eventitem date="2009-11-05" time="4:30 PM" room="MC2065" title="In the Beginning">
<short><p>To most CS students an OS kernel is pretty low level. But there is something even lower, the instructions that must be executed to get the CPU ready to accept a kernel. That is, if you look at any processor's reference manual there is a page or two describing the state of the CPU when it powered on. This talk describes what needs to happen next, up to the point where the first kernel instruction executes.