Journal/document/root.bib
changeset 32 e861aff29655
parent 25 a9c0eeb00cc3
child 41 66ed924aaa5c
equal deleted inserted replaced
31:8f026b608378 32:e861aff29655
       
     1 
       
     2 
       
     3 @TechReport{Xv6,
       
     4   author =    {R.~Cox and F.~Kaashoek and R.~Morris},
       
     5   title =        {{X}v6: {A} {S}imple, {U}nix-like {T}eaching {O}perating {S}ystem},
       
     6   institution =  {MIT},
       
     7   year =         {2012}
       
     8 }
       
     9 
       
    10 @Misc{Xv6link,
       
    11   author = {R.~Cox and F.~Kaashoek and R.~Morris},
       
    12   title = {{Xv6}}, 
       
    13   note = {\url{http://pdos.csail.mit.edu/6.828/2012/xv6.html}},
       
    14 }
       
    15 
       
    16 
     1 @inproceedings{ThreadX,
    17 @inproceedings{ThreadX,
     2   author    = {Y.~Wang and M.~Saksena},
    18   author    = {Y.~Wang and M.~Saksena},
     3   title     = {{S}cheduling {F}ixed-{P}riority {T}asks with {P}reemption {T}hreshold},
    19   title     = {{S}cheduling {F}ixed-{P}riority {T}asks with {P}reemption {T}hreshold},
     4   booktitle = {Proc.~of the 6th Workshop on Real-Time Computing Systems and Applications (RTCSA)},
    20   booktitle = {Proc.~of the 6th Workshop on Real-Time Computing Systems and Applications (RTCSA)},
     5   year      = {1999},
    21   year      = {1999},
    60  year = {2011},
    76  year = {2011},
    61  pages = {35:1--35:44}
    77  pages = {35:1--35:44}
    62 } 
    78 } 
    63 
    79 
    64 @phdthesis{Brandenburg11,
    80 @phdthesis{Brandenburg11,
    65     Author = {Bj\"{o}rn B. Brandenburg},
    81     Author = {B.~B.~Brandenburg},
    66     School = {The University of North Carolina at Chapel Hill},
    82     School = {The University of North Carolina at Chapel Hill},
    67     Title =  {{S}cheduling and {L}ocking in
    83     Title =  {{S}cheduling and {L}ocking in
    68               {M}ultiprocessor {R}eal-{T}ime {O}perating {S}ystems},
    84               {M}ultiprocessor {R}eal-{T}ime {O}perating {S}ystems},
    69     Year =   {2011}
    85     Year =   {2011}
    70 }
    86 }