Changes between Version 42 and Version 43 of GSoC/2013/ParavirtualizationOfRTEMS


Ignore:
Timestamp:
09/18/13 14:52:34 (11 years ago)
Author:
Phipse
Comment:

/* Implementation */ restructuring

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2013/ParavirtualizationOfRTEMS

    v42 v43  
    297297
    298298'''More implementation details''', including source code samples, can be found in the projects [http://phipse.github.io/rtems/ blog!]
    299 =  Virtualization layer  && libpart.a (POK)   =
     299=  Changes to RTEMS  =
     300
     301=  Changes to POK  =
     302
     303=  Virtualization layer  && libpart.a   =
    300304
    301305The virtualization layer is implemented in the user code part of the partitions code.
     
    306310libpart.a consists of libpok.a plus the objects from the user code files.
    307311
    308 =  Interrupt design (POK) =
     312=  Interrupt design =
    309313
    310314I redesigned the interrupt handling in POK.