Difference between revisions of "User:JForden"
From REU@MU
(→Week 2: June 1st, 2022) |
|||
Line 13: | Line 13: | ||
===Friday (6/3/22)=== | ===Friday (6/3/22)=== | ||
* Continued downloading and installing programs. | * Continued downloading and installing programs. | ||
− | * Installed RiskV | + | * Installed RiskV tool chain |
* Installed QEMU | * Installed QEMU | ||
* Was able to make and compile xV6 in RiskV on the virtual machine. | * Was able to make and compile xV6 in RiskV on the virtual machine. | ||
Line 24: | Line 24: | ||
===Tuesday (6/7/22)=== | ===Tuesday (6/7/22)=== | ||
* Started reading and commenting Xinu source code. | * Started reading and commenting Xinu source code. | ||
+ | * continued to read RiskV documentation. | ||
+ | |||
+ | ===Wednesday (6/8/22)=== | ||
+ | * attended group talk for REU | ||
+ | * talked with Dr. Brylow about roadmap and information for the summer project. | ||
+ | * Project has the ability to build across semesters | ||
+ | |||
+ | ===Thursday (6/9/22)=== | ||
+ | * Worked on writing aspects of Xinu in RiskV instead of Arm architecture. | ||
+ | * Able to get "Hello World" to print over the serial driver/port. | ||
+ | |||
+ | ===Friday (6/9/22)=== | ||
+ | *Continued development work | ||
+ | * attended team lunch | ||
+ | * attended team meeting to discuss weekly progress with the group. | ||
+ | |||
+ | ===Monday (6/13/22)=== | ||
+ | * Due to getting a new laptop, all tools needed to be installed again | ||
+ | * changed two Xinu Arm atomic operations, CompareAndSwapStrong and CompareAndSwapWeak, to RiskV |
Revision as of 16:32, 13 June 2022
Contents
Week 1: June 1st, 2022
Tuesday (5/31/22)
- Attended introduction meeting on an introduction to data science.
Wednesday (6/1/22)
- Attended meeting about research outcomes.
- Met with the research team and decided on summer projects.
Thursday (6/2/22)
- Attended team meeting and discussed goals and ideas for the summer projects.
- Identified utilities needed to compile and run operating systems on a local env.
Friday (6/3/22)
- Continued downloading and installing programs.
- Installed RiskV tool chain
- Installed QEMU
- Was able to make and compile xV6 in RiskV on the virtual machine.
Week 2: June 6th, 2022
Monday (6/6/22)
- Out of office
Tuesday (6/7/22)
- Started reading and commenting Xinu source code.
- continued to read RiskV documentation.
Wednesday (6/8/22)
- attended group talk for REU
- talked with Dr. Brylow about roadmap and information for the summer project.
- Project has the ability to build across semesters
Thursday (6/9/22)
- Worked on writing aspects of Xinu in RiskV instead of Arm architecture.
- Able to get "Hello World" to print over the serial driver/port.
Friday (6/9/22)
- Continued development work
- attended team lunch
- attended team meeting to discuss weekly progress with the group.
Monday (6/13/22)
- Due to getting a new laptop, all tools needed to be installed again
- changed two Xinu Arm atomic operations, CompareAndSwapStrong and CompareAndSwapWeak, to RiskV