freeCodeCamp/guide/chinese/rt-os/index.md

15 lines
570 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
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)