Changes between Version 2 and Version 3 of GSoC/StudentProjectTemplate


Ignore:
Timestamp:
04/24/08 18:44:39 (16 years ago)
Author:
YanMiao
Comment:

/* Project Description */

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/StudentProjectTemplate

    v2 v3  
    66
    77
    8 TBD
     8RTEMS is a real-time embedded operating system. Currently, a minimum RTEMS application will automatically include part of reentrant C library, shutdown code and filesystem infrastructure. These codes are hard to remove because they are tightly coupled with other kernel components. TinyRTEMS would focus on breaking linkages between components so they can be configured by the user. The goal is to be able to provide the user with a full featured RTEMS library and defer as much configuration as possible to application configuration and link time.
     9
     10In this project, I will introduce several changes to RTEMS source code and its build system to make it more 'tiny', configurable and scalable. These include: an alternative lightweight standard POSIX file I/O interface; more configuration options and simplified configuration steps; modifications to the source code to take more features out at the user's discretion. And finally I will give a well-written User's Manual and a Design & Implementation description in detail.
     11
     12The original proposal is available here:
     13
     14http://www.rtems.org/wiki/index.php/TinyRTEMS
     15http://www.rtems.org/wiki/index.php/Open_Projects
    916= Mentor =
    1017