Difference between revisions of "User:Agebhard"

From REU@MU
Jump to: navigation, search
Line 49: Line 49:
 
* Weekly Xinu Team Meetings
 
* Weekly Xinu Team Meetings
 
* Weekly REU Meeting
 
* Weekly REU Meeting
 +
 +
=== Week 5 (6/29 - 5/3) ===
 +
* Created presentation to give to fellow REU students and mentors regarding my current progress
 +
** Delivered this presentation on Wednesday 5/1
 +
* Researched implementing a dynamic lock-free linked list based queue by Maged Michael and Michael Scott
 +
** Ran into issues with memory reclamation
 +
* Read the following papers
 +
** [https://dl.acm.org/doi/abs/10.1145/248052.248106 Simple, fast, and practical non-blocking and blocking concurrent queue algorithms]
 +
** [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.395.378&rep=rep1&type=pdf Hazard Pointers: Safe Memory Reclamation for Lock-Free Objects]
 +
** Chapters 5 and 6 of [https://pdos.csail.mit.edu/6.828/2019/xv6/book-riscv-rev0.pdf xv6: a simple, Unix-like teaching operating system]
 +
* Weekly Xinu Team Meetings

Revision as of 20:08, 3 July 2020

Weekly Logs

Week 1 (6/1 - 6/5)


Week 2 (6/8 - 6/12)

  • Completed 3 CITI Sessions for RCR
  • Attended Dr. Brylow's RCR Training
  • Attended Dr. Brylow's Technical Writing discussion
  • Read most of the xv6 O/S book
    • Looked into how xv6 uses locks and synchronization primitives
  • Read the following papers
  • Continued to work on fixing the mailbox system in Xinu for homework assignment #9
    • I would like to discuss this more with the team next week


Week 3 (6/15 - 6/19)


Week 4 (6/22 - 6/26)

Week 5 (6/29 - 5/3)