1 / 12

Why dooroos

Why dooroos. RTOS Requirement. RTOS ?. A real-time operating system (RTOS) is an  operating system  (OS) intended to serve  real-time  application requests.

yin
Download Presentation

Why dooroos

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Why dooroos

  2. RTOS Requirement

  3. RTOS ? A real-time operating system (RTOS) is an operating system (OS) intended to serve real-time application requests. A key characteristic of a RTOS is the level of its consistency concerning the amount of time it takes to accept and complete an application's task; the variability is jitter.[1] A hard real-time operating system has less jitter than a soft real-time operating system. The chief design goal is not high throughput, but rather a guarantee of a soft or hard performance category. A RTOS that can usually or generally meet a deadline is a soft real-time OS, but if it can meet a deadline deterministically it is a hard real-time OS. A real-time OS has an advanced algorithm for scheduling. Scheduler flexibility enables a wider, computer-system orchestration of process priorities, but a real-time OS is more frequently dedicated to a narrow set of applications. Key factors in a real-time OS are minimal interrupt latency and minimal thread switching latency, but a real-time OS is valued more for how quickly or how predictably it can respond than for the amount of work it can perform in a given period of time. http://en.wikipedia.org/wiki/Real-time_operating_system

  4. RTOS ? • RTOS (Real-Time Operating System) 시스템의 응용프로그램이나 드라이버가 하드웨어나 사용자의 요청에 기대되는 시간 내에 응답을 보낼 수 있도록 작성된 운영체제이다. • Operating System ? • => 시스템을 제작할 때, 모든 프로그램을 직접작성하지 않고, 다양한 기능을 할 수 있는 • 표준 기능을 가지고 있는 일련의 프로그램을 운영체제라 한다. 운영체제는 하드웨어를 직접 • 접근하지 않고 하드웨어 등을 제어하여 사용자가 원하는 기능을 할 수 있도록 한다. 원하는 기능을 하는 응용프로그램을 제작한다. Porting Operating System Hardware

  5. RTOS 도입효과 다양한 기능구현 시스템 안정성 확보 펌웨어 환경 프로그램 재 사용성 증가 하드웨어 제약 탈피 업그레이드 비용 절감 45 ~ 65 % 개발 비용절감 80 % RTOS 환경

  6. RTOS 도입효과 A/S 비용 절감 디바이스 드라이버 사용으로 이상 장소 발견 용이 관리 비용 절감 새로운 S/W 배포 및 기존 프로그램 Upgrade 시 어플리케이션만 교체로 인한 관리인력 및 비용 절감 완벽한 호환성 제작된 응용프로그램 및 GUI를 그대로 활용 다시 활용 S/W 제작 비용 절감 표준 라이브러리 제공으로 프로그램 제작에 따른 비용 절감 최상의 성능 유지 시스템의 성능을 RTOS에서 최상으로 관리, 안정성 유지 효율적인 개발 관리 표준 플랫폼을 사용하여 여러 프로젝트 동시 개발 가능

  7. dooroos history

  8. app app app app1 dooroos.realtime Structure NETWORK SERVER WINDOW SERVER apps apps apps apps FILESYSTEM SERVER MACRO-KERNEL DEVICE SERVER DLL DLL DLL MICRO-KERNEL SYNC SERVER SYSTEM SERVER DRV TIME SERVER NANO-KERNEL DLL DRV DRV DRV DRV NANO KERNEL

  9. dooroos.realtime BlockDiagram APPLICATION DLL DLL DLL DLL DLL DLL FILESYSTEM SERVER WINDOW SERVER Synchronization server NETWORK SERVER Time server DEVICE SERVER LOADER SERVER FAT12/16/32 ROM RAM library (DLL) GRAPHIC LIBRARY (DLL) System server NETWORK PROTOCOL Nano-kernel Mixer JFTL (DRV) DLL HAL NetDrvs USB M/S UART LCD TOUCH KBD Sound FLASH H/W cpu core

  10. V.S Linux/android V.S dooroos

  11. OS Comparison

  12. Why dooroos

More Related