Files
freeCodeCamp/guide/chinese/rt-os/index.md
2018-10-16 21:32:40 +05:30

15 lines
570 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Real-Time operating systems
localeTitle: 实时操作系统
---
## 实时操作系统
实时操作系统RTOS旨在处理输入而不进行缓冲。 缓冲是将输入延迟作为资源管理系统的一部分的过程。 Linux和BSD操作系统不是为RTOS设计或配置的。
### 开源RTOS
[多处理器系统的实时执行程序RTEMS@ Wikipedia.org](https://en.wikipedia.org/wiki/RTEMS)
### 更多信息:
[实时操作系统的比较(@ Wikipedia.org](https://en.wikipedia.org/wiki/Comparison_of_real-time_operating_systems)