人教版高中英语选修计算机英语课件 CHAPTER 8-8. Embedded Operating Systems课件
合集下载
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
ADAPTING AN EXISTING OS
• Examples include Windows, Linux, BSD
• Generally slower than special purpose OS • Advantage is familiar interface
• Need to add
• • • • •
fast and lightweight process or thread switch Scheduling policy is real time and dispatcher module is part of scheduler Small size Responds to external interrupts quickly Minimizes intervals during which interrupts are disabled
CHAPTER 8 OPERATING SYSTEMS AND UTILITY PROGRAMS
EMBEDDED OPERATIM
• One of the most important and widely used categories of operating systems • Hardware and software designed to perform a dedicated function • Tightly coupled to their environment • Often, embedded systems are part of a larger system or product,
• E.G. antilock braking system in a car.
EXAMPLES OF EMBEDDED DEVICES
EMBEDDED SYSTEM ORGANIZATION
DIFFERENCES FROM TYPICAL COMPUTER
• A variety of Interfaces. • Use of a diagnostic. • Special purpose hardware may be used to increase performance or safety.
• real-time capability • Streamlining operation • Add other specialized and necessary functionality for the given device
PURPOSE-BUILT EMBEDDED OS
• Typical characteristics include:
streamlined software required.
ECOS CONFIGURATION TOOL
ECOS CONFIGURATION TOOL
LOADING AN ECOS CONFIGURATION
ECOS LAYERED STRUCTURE
• Field programmable (FPGA), • application specific (ASIC), • or even non-digital hardware.
• Single purpose software.
CHARACTERISTICS OF EMBEDDED OS
• Real-time operation • Reactive operation • Configurability • I/O device flexibility • Streamlined protection mechanisms • Direct use of interrupts
DEVELOPING AN EMBEDDED OS
• Two general approaches
• Take an existing OS and adapt it for embedded purposes • Design a purpose-built OS solely for embedded use
ECOS: EMBEDDED CONFIGURABLE OS
• Open source, Royalty-free • Real-time OS • Most widely used embedded OS • Targeted at high-performance small embedded systems. • An embedded form of Linux or other commercial OS would not provide the