Changes between Version 52 and Version 53 of GSoC/2013/ParavirtualizationOfRTEMS


Ignore:
Timestamp:
01/03/16 19:23:41 (8 years ago)
Author:
Ralph Holmes
Comment:

Fix spelling and/or grammar.

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2013/ParavirtualizationOfRTEMS

    v52 v53  
    434434
    435435In my previous attempt to virtualize RTEMS on L4Re, before this project, I made L4Re load the RTEMS binary and then configure the vCPU to start at the binaries entry point, etc. .
    436 This approach required the RTEMS binary to be analysed at compile-time of the L4Re application.
     436This approach required the RTEMS binary to be analyzed at compile-time of the L4Re application.
    437437Also RTEMS was modified. Back then I introduced a new CPU target called l4vcpu, which was mostly a copy of the i386 CPU target.
    438438The L4RTEMS project can be found on [https://github.com/phipse/L4RTEMS github]