- Install Tampermonkey
- Click 'RAW' to install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Usage: IE={box} vagrant up | |
# | |
# Eg. IE=XPIE6 vagrant up | |
boxes = { | |
"XPIE6" => "http://aka.ms/ie6.xp.vagrant", | |
"XPIE8" => "http://aka.ms/ie8.xp.vagrant", | |
"VistaIE7" => "http://aka.ms/ie7.vista.vagrant", | |
"Win7IE8" => "http://aka.ms/ie8.win7.vagrant", | |
"Win7IE9" => "http://aka.ms/ie9.win7.vagrant", |
リアルタイムOS (Real-Time Operating System, RTOS) とは、特定の時間内にタスクの実行を保証するために設計されたオペレーティングシステムである。RTOSは、厳密なタイミング制約を持つアプリケーションにおいて、予測可能な応答時間を提供する。この特性により、ミッションクリティカルなシステムにおいて安定した動作が求められる環境で広く使用されている。
リアルタイムOSのアーキテクチャは、以下のような特徴を持つ。
- タスク管理:
- マルチタスキング機能を持ち、複数のタスクを同時に実行可能。