Difference between revisions of "User:Lmurphy9"

From REU@MU
Jump to: navigation, search
Line 26: Line 26:
  
 
<!---Week 5--->
 
<!---Week 5--->
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 4: June 24 - June 28</b></th></tr>
+
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 5: June 24 - June 28</b></th></tr>
  
 
<!---Week 6--->
 
<!---Week 6--->
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 4: July 1 - July 5</b></th></tr>
+
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 6: July 1 - July 5</b></th></tr>
  
 
<!---Week 7--->
 
<!---Week 7--->
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 4: July 8 - July 12</b></th></tr>
+
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 7: July 8 - July 12</b></th></tr>
  
 
<!---Week 8--->
 
<!---Week 8--->
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 4: July 15 - July 19</b></th></tr>
+
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 8: July 15 - July 19</b></th></tr>
  
 
<!---Week 9--->
 
<!---Week 9--->
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 4: July 22 - July 26</b></th></tr>
+
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 9: July 22 - July 26</b></th></tr>
  
 
<!---Week 10--->
 
<!---Week 10--->
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 4: July 29 - July 2</b></th></tr>
+
<tr><th style="font-family:veranda; border-bottom: 2px solid #000000; border-top: 2px solid #000000; background: #edb52a"><b>Week 10: July 29 - July 2</b></th></tr>
  
 
</table>
 
</table>

Revision as of 03:48, 16 July 2019

Week 1: May 28 - May 31
Had orientation and met other REU students.
Began researching the raspberry pi 1 version of the framebuffer.
I got the graphical shell working on the raspberry pi 1.
Unfortunately, we ran into an issue where we could compile the kernel, but the kernel didn't link due to missing ARM opcodes in the trig and turtle libraries in the raspberry pi 3 B+ version of Xinu.
Thankfully, we found the issue to be that we didn't enable the FPU (Floating-Point Unit) and use the proper ABI (Application Binary Interface) version. This resolved our linking issue.
Week 2: June 3 - June 7
Read past papers on Xinu research.
Finished implementing the graphics driver, added support for colors in the shell, and fixed issues with the minishell displaying under the turtle sandbox window.
Began looking through existing shell documentation in preparation for building a tmux-style program for displaying multiple shell windows.
Successfully implemented a system of abstraction whereby the user can spawn and kill multiple discrete shell processes.
More investigation is being done into devising an abstraction for allowing each shell to be treated as a separate output device.
Week 3: June 10 - June 14
Attempted to devise a method to display shell processes concurrently
My attempt turned out to be unsuccessful. More research into device drivers was needed
Reviewed legacy windowing code from an old version of Xinu
Week 4: June 17 - June 21
Week 5: June 24 - June 28
Week 6: July 1 - July 5
Week 7: July 8 - July 12
Week 8: July 15 - July 19
Week 9: July 22 - July 26
Week 10: July 29 - July 2