Changes between Version 11 and Version 12 of Developer/Projects/Open/Paravirtualization


Ignore:
Timestamp:
04/15/13 17:02:02 (11 years ago)
Author:
Phipse
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/Open/Paravirtualization

    v11 v12  
    88'''Mentors:''' [wiki:User:Julien_Delange_  Julien Delange]
    99
    10 '''Status:''' New features to be designed. A previous GSOC project started to investigate this topic. See [wiki:GSoC/2011 RTEMSSummerOfCode2011]
     10'''Status:''' New features to be designed. A previous GSOC project started to investigate this topic. See [wiki:GSoC/2011 RTEMSSummerOfCode2011] and [wiki:GSoC/2013/ParavirtualizationOfRTEMS GSOC 2013 - Paravirtualization of RTEMS].
    1111
    1212'''Introduction:''' The overall project consists in adapting RTEMS to be executed on top of an hypervisor so that we can run RTEMS instances on a partitioned kernel (such as ARINC653-related isolation layers like PikeOS, VxWorks, etc...). To do so, it is necessary to (1) define a architecture-agnostic API to run RTEMS as a guest operating system and (2) tailor an existing hypervisor to execute RTEMS instances in several partitions.