Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 240 and Version 241 of WikiStart


Ignore:
Timestamp:
04/16/20 19:29:49 (4 years ago)
Author:
Joel Sherrill
Comment:

Replace Quick_Start wiki link with documentation link

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v240 v241  
    22'''[http://www.rtems.org/ RTEMS]''' is a [http://en.wikipedia.org/wiki/Real-time_operating_system real-time executive] in use by embedded systems [wiki:TBR/UserApp/RTEMSApplications applications] around the [wiki:TBR/Website/Wheres_RTEMS world and beyond].
    33
    4 If you are new to RTEMS and the community, welcome. To use RTEMS, you need to build a cross-compiler tool set and RTEMS. The '''Tutorials''' section below and the [wiki:TBR/UserManual/Quick_Start Quick Start Guide] are great places to start with. We have examples that guide you through some simple example programs, like ''Hello World''. Various simulators, such as GDB SPARC, are easy to use and let you see RTEMS running right on your host computer. Enjoy your time with RTEMS, and please drop by the [https://lists.rtems.org User Mailing List] or IRC channel `#rtems` on Freenode.
     4If you are new to RTEMS and the community, welcome. To use RTEMS, you need to build a cross-compiler tool set and RTEMS. The '''Tutorials''' section below and the [https://docs.rtems.org/branches/master/user/start/index.html Quick Start Guide] are great places to start with. We have examples that guide you through some simple example programs, like ''Hello World''. Various simulators, such as GDB SPARC, are easy to use and let you see RTEMS running right on your host computer. Enjoy your time with RTEMS, and please drop by the [https://lists.rtems.org User Mailing List] or IRC channel `#rtems` on Freenode.
    55
    66'''Found a bug? Have an idea? Have a patch? Please create a [wiki:NewTicket ticket].'''
     
    2323
    2424 *  [wiki:GSoC/GettingStarted  Getting started guide oriented toward GSoC students] but useful for everyone.
    25  *  [wiki:TBR/UserManual/Quick_Start Quick Start] for new users and developers.
     25 *  [https://docs.rtems.org/branches/master/user/start/index.html Quick Start] for new users and developers.
    2626 *  [wiki:Developer/Eclipse/Information Using the Eclipse IDE] with RTEMS.
    2727 *  [wiki:TBR/UserManual/RTEMSAda Using Ada] with RTEMS.
     
    5050= Application Development with RTEMS =
    5151
    52  *  [wiki:TBR/UserManual/Quick_Start Quick Start] and [https://www.rtems.org/TrainingOpportunities Training Opportunities].
     52 *  [https://docs.rtems.org/branches/master/user/start/index.html Quick Start] and [https://www.rtems.org/TrainingOpportunities Training Opportunities].
    5353 *  Using [wiki:Developer/VirtualMachines Virtual Machines] for RTEMS development.
    5454 *  [wiki:TBR/UserManual/Simulators Running RTEMS in a simulator].