RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating system (RTOS) designed for embedded systems. The acronym RTEMS initially stood for Real-Time Executive for Missile Systems, then became Real-Time Executive for Military Systems before changing to its current meaning. RTEMS development began in the late 1980s with early versions of RTEMS available via ftp as early as 1993.

PropertyValue
dbpedia-owl:abstract
  • Das Real-Time Operating System for Multiprocessor Systems (RTEMS) ist ein Open-Source-Echtzeitbetriebssystem für eingebettete Systeme.
  • RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating system (RTOS) designed for embedded systems. The acronym RTEMS initially stood for Real-Time Executive for Missile Systems, then became Real-Time Executive for Military Systems before changing to its current meaning. RTEMS development began in the late 1980s with early versions of RTEMS available via ftp as early as 1993. OAR Corporation is currently managing the RTEMS project in cooperation with a Steering Committee which includes user representatives. RTEMS is designed for real-time, embedded systems and has been ported to various target processor architectures: ARM Atmel AVR Blackfin Freescale ColdFire Texas Instruments C3x/C4x DSPs H8/300 Intel 80386, Pentium, and above members of the x86 architecture Lattice Mico32 68k MIPS Nios II PowerPC Renesas M32C Renesas M32R Renesas SuperH SPARC ERC32 LEON RTEMS is designed to support various open API standards including POSIX and uITRON. The API now known as the Classic RTEMS API was originally based upon the Real-Time Executive Interface Definition (RTEID) specification. RTEMS includes a port of the FreeBSD TCP/IP stack as well as support for various filesystems including NFS and the FAT filesystem. RTEMS does not provide any form of memory management or processes. In POSIX terminology, it implements a single process, multithreaded environment. This is reflected in the fact that RTEMS provides nearly all POSIX services other than those which are related to memory mapping, process forking, or shared memory. RTEMS closely corresponds to POSIX Profile 52 which is "single process, threads, filesystem". RTEMS is used in many application domains. The EPICS community includes multiple people who are active RTEMS submitters. RTEMS is also popular for space uses since it supports multiple microprocessors developed for use in space including SPARC, ERC32 and LEON, MIPS Mongoose-V, Coldfire, and PowerPC architectures, which are available in space hardened models. RTEMS is currently orbiting Mars as part of the Electra software radio. RTEMS is distributed under a modified GPL licence, allowing linking RTEMS objects with other files without requiring the full executable to be covered by the GPL. This license is based on the GNAT Modified General Public License with the language modified to not be specific to the Ada programming language.
  • RTEMS (Real-Time Executive for Multiprocessor Systems) è un sistema operativo di tipo real-time operating system distribuito in modalità open source e progettato per sistemi embedded. L'acronimo RTEMS deriva inizialmente dal nome del progetto, Real-Time Executive for Missile Systems, che poi fu trasformato in Real-Time Executive for Military Systems e quindi nel più neutro Real-Time Executive for Multiprocessor Systems. Lo sviluppo dell'RTEMS iniziò verso la fine degli anni 80 del secolo scorso, mentre le prime versioni disponibili, scaricabili tramite ftp, risalgono al 1993. RTEMS, nascendo in ambiente militare, ha molto utilizzato il linguaggio Ada, che costituisce una peculiarità del sistema rispetto ad altri. RTEM viene gestito dalla società OAR Corporation, con la quale coopera un comitato di coordinamento che include una rappresentanza degli utenti di questo sistema. RTEMS è stato portato su molte architetture e CPU, tra cui: ARM Blackfin ColdFire Texas Instruments C3x/C4x DSPs H8/300 i386, Pentium, e i membri della famiglia X86 68K MIPS Nios II PowerPC SuperH SPARC Una particolarità di RTEMS, rispetto a altri sistemi operativi, è il supporto di molte API standard, incluso le API POSIX e le API ITRON del progetto TRON. Le API native di RTEMS sono ora denonimate "Classic RTEMS API" e furono originariamente basate sulle specifiche RTEID, acronimo di Real-Time Interface Executive Definition. RTEMS include lo stack TCP/IP derivato da FreeBSD e supporta molti filesystems, tra cui NFS e il FAT, il file system utilizzato dallo storico DOS (FAT16) fino al sistema Microsoft Windows98 (FAT32). Il sistema RTEMS di base non prevede l'uso di funzioni MMU evolute, questo significa che utilizza uno schema di tipo mono processo, con lo spazio di memoria comune a tutto il codice. Nello schema POSIX questo tipo di implementazione è definita come sistema multithread a singolo processo. Questo si riflette sulle API RTEMS che supporta tutti i servizi POSIX tranne quelli che relativi alla mappatura di memoria, al fork dei processi e all'uso di memoria condivisa (shared memory). RTEMS supporta il profilo POSIX 52, che è definito "single process, threads, filesystem". RTEMS viene utilizzato in molti contesti applicativi: la comunità EPICS include molte persone che sono dei membri di supporto attivi del progetto. RTEMS è anche un progetto popolare negli ambienti aereospaziali, grazie al suo supporto multiprocessore che include CPU SPARC, ERC32, LEON, MIPS Mongoose-V, Coldfire, e i vari PowerPC, che sono moilto utilizzati nei campo aereospaziale. RTEMS è anche utilizzato come software di controllo del componente EUT Electra UHT TRansceiver inviato su Marte. RTEMS viene distribuito con una licenza GPL modificata, che permette l'uso di oggetti RTEMS con altri file proprietari, senza richiedere che l'applicazione risultante sia completamente GPL. Questa licenza è basata sulla GNAT Modified General Public License, opportunamente modificata per non riferirsi esclusivamente al linguaggio Ada.
  • RTEMS (Real-Time Executive for Multiprocessor Systems) はフリーでオープンソースのリアルタイムオペレーティングシステム (RTOS) であり、組み込みシステム向けの設計となっている。 元々は Real-Time Executive for Missile Systems の略とされていたが、後に Real-Time Executive for Military Systems の略とされ、さらに現在の頭字語となった。RTEMS の開発は1980年代末ごろに始まり、1993年ごろにはFTPでダウンロード可能になっていた。OAR Corporation はユーザーの代表者などを含む運営委員会と協力してRTEMSプロジェクトを運営している。 RTEMS はリアルタイムの組み込みシステム向けに設計されており、以下のような各種プロセッサアーキテクチャに移植されている。 ARM Atmel AVR Blackfin Freescale ColdFire TI C3x/C4x DSPs H8/300 Intel 80386, Pentium, およびそれ以降のx86アーキテクチャ Lattice Mico32 68k Renesas M32C Renesas M32R MIPS Nios II PowerPC Renesas SuperH SPARC RTEMS はPOSIXやμITRONといった各種オープンAPI標準をサポートするよう設計されている。もともとのAPIは Classic RTEMS API と呼ばれており、Real-Time Executive Interface Definition (RTEID) 仕様に基づいている。またFreeBSDのTCP/IPスタックや、NFSやFATといった各種ファイルシステムをサポートしている。 RTEMSではメモリ管理やプロセス管理を行わない。POSIXの用語で言えば、シングルプロセス・マルチスレッド環境を実装している。そのため、POSIXサービスのうち、メモリマッピング、プロセス生成、共有メモリといった関連の部分は提供していない。RTEMS は POSIX Profile 52 すなわち "single process, threads, filesystem" にほぼ相当する。 RTEMSは様々な分野で利用されている。EPICSコミュニティでもRTEMSサブミッタとして活動している人が複数存在する。宇宙開発においても、SPARC、ERC32、LEON、MIPS Mongoose-V、Coldfire、PowerPCといったマイクロプロセッサが使われているため、RTEMSが活躍している。マーズ・リコネッサンス・オービターでは Electra ソフトウェアラジオにRTEMSが使われている。 RTEMSは修正版GPLライセンスで配布されており、RTEMSオブジェクトと他のファイルをリンクしたとき、実行ファイル全体をGPLとすることを要求しない。これは GNAT Modified General Public License に準じているがAda言語に限定されない。
  • RTEMS – system operacyjny czasu rzeczywistego (RTOS) rozwijany jako projekt Open Source na licencji GPL dla wielu platform: MC68000, Intel i960, Intel i386, MIPS czy LEON. Obsługuje API POSIX-a i ulTRON-a.
  • RTEMS (Real-Time Executive for Multiprocessor Systems) é um sistema operacional de tempo real open source projetado para sistemas embarcados. O acrônimo RTEMS significava, inicialmente, 'Real-Time Executive for Missile Systems', posteriormente passou a significar 'Real-Time Executive for Military Systems' até mudar para o atual significado. O desenvolvimento do RTEMS começou no final da década de 80, com as primeiras versões do RTEMS disponíveis via ftp. O projeto RTEMS é atualmente gerenciado pela OAR Corporation em cooperação com a Steering Committee, que inclui neste comitê alguns usuários do sistema. O RTEMS é projetado para sistemas embarcados, tempo real, e é compatível com várias arquiteturas de processador-alvo, como, por exemplo: ARM Atmel AVR Blackfin Freescale ColdFire Texas Instruments C3x/C4x DSPs H8/300 Intel 80386, Pentium, e processadores de arquitetura x86 Lattice Mico32 68k MIPS Nios II PowerPC Renesas M32C Renesas M32R Renesas SuperH SPARC ERC32 LEON RTEMS é projetado para atender a várias API open source, incluíndo POSIX e uITRON. A API conhecida como clássica do RTEMS foi originalmente baseada nas especificações do Real-Time Executive Interface Definition (RTEID). RTEMS também é compatível com vários filesystems, incluindo NFS e FAT filesystem.
  • RTEMS (англ. Real-Time Executive for Multiprocessor Systems, русск. Исполнитель реального времени для мультипроцессорных систем) — свободная операционная система реального времени с открытым исходным кодом, разработанная для встраиваемых систем. Акроним RTEMS происходит от слов Исполнитель реального времени для ракетных систем (англ. Real-Time Executive for Missile Systems Разработка велась с конца 1980-х под управлением OAR Corporation, совместно с Управляющим Комитетом RTEMS, в который входили представители основных пользователей системы. Доступ к новым версиям по FTP организован с начала 1993 года.
  • RTEMS(多处理系统实时可执行体)是一个为嵌入式系统而设计的自由的开源实时操作系统。 在缩写词RTEMS取其现在的含义之前,初始时代表导弹系统实时可执行体,然后变成了军用系统实时可执行体。 RTEMS曾被移殖到多個以不同類型的中央處理器(CPU)為基礎的電腦系統上。這些電腦系統所採用的CPU,計有:ARM、i386、m68k、MIPS、PowerPC、SH等多種不同的處理器。RTEMS被设计为支持多种开放的API如POSIX和uITRON。FreeBSD和TCP/IP栈还有多种文件系统也被支持。OAR公司当前在维护和管理RTEMS项目。RTEMS也被一些EPICS站点所使用。 RTEMS是在GPL授权条款下分发,但它允许将RTEMS的目标文件链接至其它文件而不需将整个文件以GPL授权覆盖,这方面有点像LGPL。
  • RTEMS est un système d'exploitation temps réel libre pour systèmes embarqués. RTEMS est un acronyme pour Real-Time Executive for Multiprocessor Systems. Initialement RTEMS signifiait Real-Time Executive for Missile Systems puis est devenu Real-Time Executive for Military Systems avant de prendre sa signification actuelle. Il permet de développer des programmes dans lesquels le temps de réponse et la réactivité sont des contraintes fortes (dits temps-réel dur). Il a été porté sur de nombreux processeurs (ARM, i386, m68k, MIPS, PowerPC, SH, etc. ), et est compatible avec divers standards de programmation ouverts comme POSIX et uITRON, ainsi qu'avec la pile TCP/IP de FreeBSD et plusieurs systèmes de fichiers. La société OAR Corporation gère actuellement le projet RTEMS.
dbpedia-owl:thumbnail
dbpedia-owl:wikiPageExternalLink
dbpprop:developer
  • OAR Corporation
dbpprop:family
  • Real-time operating systems
dbpprop:latestReleaseVersion
  • 4 (xsd:integer)
dbpprop:latestTestVersion
  • CVS head
dbpprop:license
  • Modified GPL
dbpprop:logo
  • 150 (xsd:integer)
dbpprop:marketingTarget
  • Embedded systems
dbpprop:name
  • RTEMS
dbpprop:sourceModel
dbpprop:supportedPlatforms
dbpprop:website
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
dbpprop:workingState
  • Current
dcterms:subject
rdfs:comment
  • Das Real-Time Operating System for Multiprocessor Systems (RTEMS) ist ein Open-Source-Echtzeitbetriebssystem für eingebettete Systeme.
  • RTEMS (Real-Time Executive for Multiprocessor Systems) はフリーでオープンソースのリアルタイムオペレーティングシステム (RTOS) であり、組み込みシステム向けの設計となっている。 元々は Real-Time Executive for Missile Systems の略とされていたが、後に Real-Time Executive for Military Systems の略とされ、さらに現在の頭字語となった。RTEMS の開発は1980年代末ごろに始まり、1993年ごろにはFTPでダウンロード可能になっていた。OAR Corporation はユーザーの代表者などを含む運営委員会と協力してRTEMSプロジェクトを運営している。 RTEMS はリアルタイムの組み込みシステム向けに設計されており、以下のような各種プロセッサアーキテクチャに移植されている。 ARM Atmel AVR Blackfin Freescale ColdFire TI C3x/C4x DSPs H8/300 Intel 80386, Pentium, およびそれ以降のx86アーキテクチャ Lattice Mico32 68k Renesas M32C Renesas M32R MIPS Nios II PowerPC Renesas SuperH SPARC RTEMS はPOSIXやμITRONといった各種オープンAPI標準をサポートするよう設計されている。もともとのAPIは Classic RTEMS API と呼ばれており、Real-Time Executive Interface Definition (RTEID) 仕様に基づいている。またFreeBSDのTCP/IPスタックや、NFSやFATといった各種ファイルシステムをサポートしている。 RTEMSではメモリ管理やプロセス管理を行わない。POSIXの用語で言えば、シングルプロセス・マルチスレッド環境を実装している。そのため、POSIXサービスのうち、メモリマッピング、プロセス生成、共有メモリといった関連の部分は提供していない。RTEMS は POSIX Profile 52 すなわち "single process, threads, filesystem" にほぼ相当する。 RTEMSは様々な分野で利用されている。EPICSコミュニティでもRTEMSサブミッタとして活動している人が複数存在する。宇宙開発においても、SPARC、ERC32、LEON、MIPS Mongoose-V、Coldfire、PowerPCといったマイクロプロセッサが使われているため、RTEMSが活躍している。マーズ・リコネッサンス・オービターでは Electra ソフトウェアラジオにRTEMSが使われている。 RTEMSは修正版GPLライセンスで配布されており、RTEMSオブジェクトと他のファイルをリンクしたとき、実行ファイル全体をGPLとすることを要求しない。これは GNAT Modified General Public License に準じているがAda言語に限定されない。
  • RTEMS – system operacyjny czasu rzeczywistego (RTOS) rozwijany jako projekt Open Source na licencji GPL dla wielu platform: MC68000, Intel i960, Intel i386, MIPS czy LEON. Obsługuje API POSIX-a i ulTRON-a.
  • RTEMS(多处理系统实时可执行体)是一个为嵌入式系统而设计的自由的开源实时操作系统。 在缩写词RTEMS取其现在的含义之前,初始时代表导弹系统实时可执行体,然后变成了军用系统实时可执行体。 RTEMS曾被移殖到多個以不同類型的中央處理器(CPU)為基礎的電腦系統上。這些電腦系統所採用的CPU,計有:ARM、i386、m68k、MIPS、PowerPC、SH等多種不同的處理器。RTEMS被设计为支持多种开放的API如POSIX和uITRON。FreeBSD和TCP/IP栈还有多种文件系统也被支持。OAR公司当前在维护和管理RTEMS项目。RTEMS也被一些EPICS站点所使用。 RTEMS是在GPL授权条款下分发,但它允许将RTEMS的目标文件链接至其它文件而不需将整个文件以GPL授权覆盖,这方面有点像LGPL。
  • RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating system (RTOS) designed for embedded systems. The acronym RTEMS initially stood for Real-Time Executive for Missile Systems, then became Real-Time Executive for Military Systems before changing to its current meaning. RTEMS development began in the late 1980s with early versions of RTEMS available via ftp as early as 1993.
  • RTEMS (Real-Time Executive for Multiprocessor Systems) è un sistema operativo di tipo real-time operating system distribuito in modalità open source e progettato per sistemi embedded. L'acronimo RTEMS deriva inizialmente dal nome del progetto, Real-Time Executive for Missile Systems, che poi fu trasformato in Real-Time Executive for Military Systems e quindi nel più neutro Real-Time Executive for Multiprocessor Systems.
  • RTEMS (Real-Time Executive for Multiprocessor Systems) é um sistema operacional de tempo real open source projetado para sistemas embarcados. O acrônimo RTEMS significava, inicialmente, 'Real-Time Executive for Missile Systems', posteriormente passou a significar 'Real-Time Executive for Military Systems' até mudar para o atual significado. O desenvolvimento do RTEMS começou no final da década de 80, com as primeiras versões do RTEMS disponíveis via ftp.
  • RTEMS (англ. Real-Time Executive for Multiprocessor Systems, русск. Исполнитель реального времени для мультипроцессорных систем) — свободная операционная система реального времени с открытым исходным кодом, разработанная для встраиваемых систем. Акроним RTEMS происходит от слов Исполнитель реального времени для ракетных систем (англ.
  • RTEMS est un système d'exploitation temps réel libre pour systèmes embarqués. RTEMS est un acronyme pour Real-Time Executive for Multiprocessor Systems. Initialement RTEMS signifiait Real-Time Executive for Missile Systems puis est devenu Real-Time Executive for Military Systems avant de prendre sa signification actuelle. Il permet de développer des programmes dans lesquels le temps de réponse et la réactivité sont des contraintes fortes (dits temps-réel dur).
rdfs:label
  • Real-Time Operating System for Multiprocessor Systems
  • RTEMS
  • RTEMS
  • RTEMS
  • RTEMS
  • RTEMS
  • RTEMS
  • RTEMS
  • RTEMS
owl:sameAs
foaf:depiction
foaf:homepage
foaf:page
is dbpprop:os of
is owl:sameAs of
is foaf:primaryTopic of