An Entity of Type: System104377057, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

An embedded operating system is an operating system for embedded computer systems. Embedded operating systems are computer systems designed to increase functionality and reliability for achieving a specific task. Resource efficiency comes at the cost of losing some functionality or granularity that larger computer operating systems provide, including functions that may not be used by the specialized applications run. Depending on the method used for multitasking, this type of OS is frequently considered a real-time operating system or RTOS. Embedded systems are mostly used as Real-time operating systems.

Property Value
dbo:abstract
  • نظام التشغيل المدمج (المضمن) هو نظام تشغيل لأنظمة الكمبيوتر المضمنة. * تصمم أنظمة التشغيل بحيث تكون مضغوطة وذات كفاءة عالية عند استخدام الموارد وكذلك ملائمة لتنفيذ العديد من العمليات التي لا توفرها أنظمة تشغيل الكمبيوتر غير المدمجة، والتي لا يمكن استخدامها بواسطة التطبييقات المخصصة لذلك. * يشار لهم في الآونة الأخيرة ، والاختصار (RTOS) يستخدم كمرادف لنظام التشغيل المدمج. * عادة، الأجهزة التي تعمل بنظام التشغيل المدمج محدودة جدا مثل ذاكرة الوصول العشوائى وذاكرة القراءة فقط وبالتالى تستخدم الأجهزة ذات نظام مدمج في عمليات خاصة جدا، وهذا يعنى أنه بسبب الموارد المتاحة (قليلة إذا قورنت بأنظمة التشغيل غير المدمجة) فإن هذه الأنظمة أنشأت للقيام بمهام وتطلعات خاصة. * وللحصول على مميزات الطاقة المجهزة عموما أو خصوصا في وحدة المعالجة المركزية، يقوم مخترعوا النظام بكتابتهم بلغة التجميع (assembly). * تضغط لغة الآلة ذات الكفاءة العالية الإمكانية على شكل مصطلحات من السرعة والحتمية، وهذا يعنى تعظيم استجابة نظام التشغيل. وبالرغم من ذلك، فإنها ليست قاعدة مطلقة بأن تكتب أنظمة التشغيل المدمجة بلغة التجميع، حيث يكتب الكثير منهم بلغات برمجية أخرى مثل لغة C. * يوجد اختلاف هام بين معظم أنظمة التشغيل المدمجة وأنظمة تشغيل سطح المكتب، حيث أن التطبيق الذي يشمل نظام التشغيل عادة يتصل مع بعضه البعض داخل صورة منفردة قابلة للتنفيذ. * على عكس أنظمة تشغيل سطح المكتب، فإن نظام التشغيل المدمج لا يقوم بتحميل وتنفيذ البرامج.وهذ يعنى بأن النظام قادرعلى تشغيل تطبيق واحد فقط. (ar)
  • An embedded operating system is an operating system for embedded computer systems. Embedded operating systems are computer systems designed to increase functionality and reliability for achieving a specific task. Resource efficiency comes at the cost of losing some functionality or granularity that larger computer operating systems provide, including functions that may not be used by the specialized applications run. Depending on the method used for multitasking, this type of OS is frequently considered a real-time operating system or RTOS. Embedded systems are mostly used as Real-time operating systems. All embedded systems contain a processor and software. There must be a place for embedded software to store the executable code and temporary storage for run-time data manipulations. These take the form of ROM and RAM, respectively. All embedded systems must also contain some form of inputs and outputs to function. Within the exception of these few common features, the rest of the embedded hardware is usually unique and varies from application to application. The hardware running an embedded operating system can be very limited in resources; therefore the embedded design of these operating systems may have a narrow scope tailored to a specific application to achieve the desired operation under these constraints. The embedded operating system that organizes and controls the hardware usually determines the rest of the embedded hardware needed. To take better advantage of the processing power of the CPU, software developers may write critical code directly in assembly. This machine efficient language can potentially result in gains in speed and determinism at the cost of portability and maintainability. Often, embedded operating systems are written entirely in more portable languages, like C, however. An important difference between most embedded operating systems and desktop operating systems is that the application, including the operating system, is usually statically linked into a single executable image. Unlike a desktop operating system, the embedded operating system does not load and execute many applications. This means that the system is only able to run a few application(s). (en)
  • Un sistema operativo embebido,​ embarcado o empotrado (integrado, incrustado) es un sistema operativo para sistemas embebidos. Este tipo de sistema operativo generalmente está diseñado para ser confiable y eficiente en el uso de recursos. La eficiencia de los recursos tiene el costo de perder alguna funcionalidad o granularidad que proporcionan los sistemas operativos de computadoras más grandes, incluidas las funciones que pueden no ser utilizadas por las aplicaciones especializadas que ejecutan. Según el método utilizado para la multitarea, este tipo de sistema operativo se considera con frecuencia un sistema operativo en tiempo real o RTOS por sus iniciales en inglés. El hardware que ejecuta un sistema operativo embebido puede ser muy limitado en recursos como en RAM y ROM, por lo tanto, el diseño embebido de estos sistemas operativos puede tener un alcance limitado adaptado a una aplicación específica para lograr la operación deseada bajo estas restricciones. Para aprovechar mejor la potencia de procesamiento de la CPU, los desarrolladores de software pueden escribir código crítico directamente en el ensamblador. Este lenguaje de máquina eficiente puede potencialmente resultar en ganancias en velocidad y determinismo a costa de portabilidad y mantenibilidad. A menudo, los sistemas operativos embebidos se escriben completamente en lenguajes más portátiles, como C. Una diferencia importante entre la mayoría de los sistemas operativos embebidos y los sistemas operativos de escritorio es que la aplicación, incluido el sistema operativo, suele estar vinculada estáticamente en una única imagen ejecutable. A diferencia de un sistema operativo de escritorio, el sistema operativo embebido no carga ni ejecuta aplicaciones.​ Esto significa que el sistema solo puede ejecutar una única aplicación. (es)
  • Un système d'exploitation embarqué est un système d'exploitation pouvant être installé sur un système embarqué. Ce système d'exploitation est conçu avec des spécificités à gérer afin de répondre à des besoins spécifiques au type de système embarqué. (fr)
  • 組み込みオペレーティングシステム(くみこみオペレーティングシステム)は、組み込みシステムのオペレーティングシステムである。リアルタイムオペレーティングシステムでもあることが多い。 代表的なものにITRON、VxWorks、LynxOS、QNX、Enea OSEなどがある。近年はLinuxカーネルなど汎用のOSのカスタマイズ版を使うことも多い。 (ja)
  • 임베디드 운영 체제(Embedded operating system)은 보통 하드웨어에 내장되어 있는 운영 체제로, 보통 전자제품, PDA, 휴대전화, 디지털카메라 등 소형 정보 기기와 자동차에 주로 사용된다. 보통 휴대용 정보기기는 작은 기억용량, 느린 중앙 처리 장치, 한정된 배터리 용량 등이 특징이지만 차츰 개인용 컴퓨터에서 지원하는 다양한 기능들을 포함하여 확대되고 있는 추세이다. 내장형 정보기기 중 PDA의 운영 체제로 팜이 개발한 팜(Palm) OS, 마이크로소프트가 개발한 윈도 CE 등이 있고 요즘 스마트폰에 사용되는 애플의 iOS와 구글의 안드로이드 등을 들 수 있다. (ko)
  • Een ingebed besturingssysteem (ook: embedded besturingssysteem) is een besturingssysteem, uitgerust voor één of meerdere specifieke taken, geïntegreerd in een specifiek apparaat. Dit besturingssysteem is dus eigenlijk een onderdeel van het apparaat. Tegenwoordig wordt het verschil tussen een "embedded" of "normaal" besturingssysteem steeds vager, vooral omdat de hardware van ingebedde systemen snel krachtiger wordt. (nl)
  • 嵌入式操作系统是嵌入式系统的操作系统。它们通常被设计非常紧凑有效,抛弃了运行在它们之上的特定的应用程序所不需要的各种功能。嵌入式操作系统多数也是即時作業系統。 嵌入式操作系统包括: * 嵌入式Linux * Windows CE * Windows XP Embedded * * Windows Embedded Compact 7 * Windows IoT * VxWorks * uCOSII * QNX * FreeRTOS * ENEA 还有訂製版的BSD和FreeDOS等。 (zh)
dbo:wikiPageID
  • 230359 (xsd:integer)
dbo:wikiPageLength
  • 6531 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1121476382 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Un système d'exploitation embarqué est un système d'exploitation pouvant être installé sur un système embarqué. Ce système d'exploitation est conçu avec des spécificités à gérer afin de répondre à des besoins spécifiques au type de système embarqué. (fr)
  • 組み込みオペレーティングシステム(くみこみオペレーティングシステム)は、組み込みシステムのオペレーティングシステムである。リアルタイムオペレーティングシステムでもあることが多い。 代表的なものにITRON、VxWorks、LynxOS、QNX、Enea OSEなどがある。近年はLinuxカーネルなど汎用のOSのカスタマイズ版を使うことも多い。 (ja)
  • 임베디드 운영 체제(Embedded operating system)은 보통 하드웨어에 내장되어 있는 운영 체제로, 보통 전자제품, PDA, 휴대전화, 디지털카메라 등 소형 정보 기기와 자동차에 주로 사용된다. 보통 휴대용 정보기기는 작은 기억용량, 느린 중앙 처리 장치, 한정된 배터리 용량 등이 특징이지만 차츰 개인용 컴퓨터에서 지원하는 다양한 기능들을 포함하여 확대되고 있는 추세이다. 내장형 정보기기 중 PDA의 운영 체제로 팜이 개발한 팜(Palm) OS, 마이크로소프트가 개발한 윈도 CE 등이 있고 요즘 스마트폰에 사용되는 애플의 iOS와 구글의 안드로이드 등을 들 수 있다. (ko)
  • Een ingebed besturingssysteem (ook: embedded besturingssysteem) is een besturingssysteem, uitgerust voor één of meerdere specifieke taken, geïntegreerd in een specifiek apparaat. Dit besturingssysteem is dus eigenlijk een onderdeel van het apparaat. Tegenwoordig wordt het verschil tussen een "embedded" of "normaal" besturingssysteem steeds vager, vooral omdat de hardware van ingebedde systemen snel krachtiger wordt. (nl)
  • 嵌入式操作系统是嵌入式系统的操作系统。它们通常被设计非常紧凑有效,抛弃了运行在它们之上的特定的应用程序所不需要的各种功能。嵌入式操作系统多数也是即時作業系統。 嵌入式操作系统包括: * 嵌入式Linux * Windows CE * Windows XP Embedded * * Windows Embedded Compact 7 * Windows IoT * VxWorks * uCOSII * QNX * FreeRTOS * ENEA 还有訂製版的BSD和FreeDOS等。 (zh)
  • نظام التشغيل المدمج (المضمن) هو نظام تشغيل لأنظمة الكمبيوتر المضمنة. * تصمم أنظمة التشغيل بحيث تكون مضغوطة وذات كفاءة عالية عند استخدام الموارد وكذلك ملائمة لتنفيذ العديد من العمليات التي لا توفرها أنظمة تشغيل الكمبيوتر غير المدمجة، والتي لا يمكن استخدامها بواسطة التطبييقات المخصصة لذلك. * يشار لهم في الآونة الأخيرة ، والاختصار (RTOS) يستخدم كمرادف لنظام التشغيل المدمج. * عادة، الأجهزة التي تعمل بنظام التشغيل المدمج محدودة جدا مثل ذاكرة الوصول العشوائى وذاكرة القراءة فقط وبالتالى تستخدم الأجهزة ذات نظام مدمج في عمليات خاصة جدا، وهذا يعنى أنه بسبب الموارد المتاحة (قليلة إذا قورنت بأنظمة التشغيل غير المدمجة) فإن هذه الأنظمة أنشأت للقيام بمهام وتطلعات خاصة. * وللحصول على مميزات الطاقة المجهزة عموما أو خصوصا في وحدة المعالجة المركزية، يقوم مخترعوا النظام بكتابتهم بلغة التجميع (assembly). (ar)
  • An embedded operating system is an operating system for embedded computer systems. Embedded operating systems are computer systems designed to increase functionality and reliability for achieving a specific task. Resource efficiency comes at the cost of losing some functionality or granularity that larger computer operating systems provide, including functions that may not be used by the specialized applications run. Depending on the method used for multitasking, this type of OS is frequently considered a real-time operating system or RTOS. Embedded systems are mostly used as Real-time operating systems. (en)
  • Un sistema operativo embebido,​ embarcado o empotrado (integrado, incrustado) es un sistema operativo para sistemas embebidos. Este tipo de sistema operativo generalmente está diseñado para ser confiable y eficiente en el uso de recursos. La eficiencia de los recursos tiene el costo de perder alguna funcionalidad o granularidad que proporcionan los sistemas operativos de computadoras más grandes, incluidas las funciones que pueden no ser utilizadas por las aplicaciones especializadas que ejecutan. Según el método utilizado para la multitarea, este tipo de sistema operativo se considera con frecuencia un sistema operativo en tiempo real o RTOS por sus iniciales en inglés. (es)
rdfs:label
  • Embedded operating system (en)
  • نظام تشغيل مضمن (ar)
  • Sistema operativo embebido (es)
  • Système d'exploitation embarqué (fr)
  • 임베디드 운영 체제 (ko)
  • 組み込みオペレーティングシステム (ja)
  • Ingebed besturingssysteem (nl)
  • 嵌入式操作系统 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:genre of
is dbo:product of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is dbp:family of
is dbp:genre of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License