Difference between revisions of "User:Agebhard"
From REU@MU
Line 20: | Line 20: | ||
** Looked into how xv6 uses locks and synchronization primitives | ** Looked into how xv6 uses locks and synchronization primitives | ||
* Read the following papers | * Read the following papers | ||
− | ** [ | + | ** [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.53.8674&rep=rep1&type=pdf Implementing Lock-Free Queues] |
** [https://dl.acm.org/doi/10.1145/142111.993246 A Lock-Free Multiprocessor OS Kernel] | ** [https://dl.acm.org/doi/10.1145/142111.993246 A Lock-Free Multiprocessor OS Kernel] | ||
* Continued to work on fixing the mailbox system in Xinu for homework assignment #9 | * 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 | ** I would like to discuss this more with the team next week |
Revision as of 20:28, 12 June 2020
Weekly Logs
Week 1 (6/1 - 6/5)
- Attended Data Science Bootcamp
- Met daily with Dr. Brylow, Alex R., John A., and Rade L. to discuss project ideas for this summer
- Read the following papers
- Using Embedded Xinu and the Raspberry Pi 3 to Teach Operating Systems (not yet published)
- Using Embedded Xinu and the Raspberry Pi 3 to Teach Parallel Computing in Assembly Programming
- XinuPi3: Teaching Multicore Concepts Using Embedded Xinu
- Attended Dr. Brylow’s talk on good research practices
- Worked on fixing the mailbox system in Xinu for homework assignment #9
Week 1 (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