Difference between revisions of "User:Michael"

From Embedded Xinu
Jump to navigation Jump to search
m (→‎Week of June 8: added source link)
m (→‎Week of June 8: corrected wikilink)
Line 61: Line 61:
 
* Got rejected.
 
* Got rejected.
 
* Reduced conferences to look at for paper submissions.
 
* Reduced conferences to look at for paper submissions.
* Finished work on region based memory allocator. ([tracsrc:mips/branches/safemem?rev=1790 source])
+
* Finished work on region based memory allocator. ([[tracsrc:mips/branches/safemem?rev=1790|source]])
 
** Xinu now (inefficiently) allocates page sized memory when requests are made.
 
** Xinu now (inefficiently) allocates page sized memory when requests are made.
 
** TODOs include:
 
** TODOs include:

Revision as of 00:20, 9 June 2009

Currently I am a in-between graduate student working at Marquette University. I have completed my thesis (Using Software Transactional Memory in Interrupt-Driven Systems), but it was about one week late — so my graduation was pushed back to August 2009. At the end of the summer I will move to St. Louis and begin working on a Ph.D. in Computer Science at Washington University.

However, until then I am a research assistant for Dr. Dennis Brylow. At present I am continuing my research with software transactional memory and operating systems. In my spare geek time, I plan on fleshing out or starting up various parts of the Embedded Xinu O/S, as well as doing various administrative lab tasks.

If you want more detailed information about me and my academic career you can visit the website of Michael J. Schultz!

Weekly Log (Summer 2009)

Week of May 11

Week of May 18

  • Discussed REU Wiki with REU students.
  • Wrote Flash memory and memory protection pages to the trac wiki with deadlines and some information.
  • Worked on KVM a bit more (no success yet) -- it seems to fail to create the graphics properly which halts the installation process.
  • Created SVN account and branch for wireless driver developer.
  • Began some preliminary work on memory protection (moving to region based memory)

Week of May 25

  • Enjoyed some relaxation time in Galena.

Week of June 1

Week of June 8

  • Got rejected.
  • Reduced conferences to look at for paper submissions.
  • Finished work on region based memory allocator. (source)
    • Xinu now (inefficiently) allocates page sized memory when requests are made.
    • TODOs include:
      • Adding allocated page into threads "protection domain" table (will go in thread control block.
      • Hacking together TLB initialization and modification code.
      • Correctly use TLB during context switch.
      • Build system call interface and associated system call functions.
      • Make distinction between user-/kernel-level threads and/or processes.

Week of June 15

Week of June 22

Week of June 29

Week of July 6

Week of July 13

Week of July 20

Week of July 27

Week of August 3