著者
桝本 圭 中島 雄作 伊藤健一 乃村 能成 谷口 秀夫
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告システムソフトウェアとオペレーティング・システム(OS) (ISSN:09196072)
巻号頁・発行日
vol.2003, no.19, pp.23-30, 2003-02-27
被引用文献数
1

計算機を用いたサービスを実現する上で,一つのプロセッサの上に二つのOSを同時に走行させる技術の有用性が注目されている.しかし,既存の方式には,主となる一つのOSの停止が,計算機全体のシステムダウンとなる問題が残る.そこで我々は,これらの問題を解決する構成法を提案し,検討を進めている.ここでは,この構成法の課題の一つであるOS切替え方式について述べる.提案する方式は,割込みを契機にCPUの使用権を切替える方式であり,切替える直前のOSの状態に依存しないことを特徴とする.また,一方のOSが管理するハードウェア資源を他方のOSと共有する方式を述べる.Due to the dramatic growth of average PCs, virtual machine software for running multiple operating systems on a single system has become popular, today. Existing virtual machine softwares are built on the similar concept of the conventional VM, which has dependence of child operating systems on their mother VM. This fact causes some problems such as performance limitation and collective security. In other words, accidental stop of the mother operating system leads to the corruption of the whole family. We have been research on the new framework for solving these problems. As a key technology of the framework, this paper describes a method for switching operating system from one to another safely. Under the method, the trigger of switching is a hardware interrupt which has no dependence on any operating system. Also we propose a method for sharing hardware resource among the coexistent operating systems.