Using QEMU on Windows XP/lang-ja
- This is an on-going translation
QEMUのセットアップ
provided OLPCイメージをあなたのWindows XPマシンで使うためには、まずエミュレータQEMUをインストールする必要があります。QEMUはオープンソースのプロセッサエミュレータです。必須ではありませんが、処理能力を向上させるためにアクセラレータの利用を推奨します。
ノート: 有志がいくつかのQEMUイメージをVMWare Playerで走るように変換しています。ただ通常のOLPCビルドはQEMU用に作られています。
QEMUエミュレータ
- ここからWindows用のQEMUをダウンロードしてください。
- 特にインストール手順とか無いので、任意のディレクトリ(例えばC:\Program Files\Qemu)に、ただ解凍してください。
- もし必要なら、もしイメージをダウンロードするに行かなければ、以下のアクセラレータのインストールステップに進んでください。
- Download QEMU for Windows from here
- Since there's no installation step, just unzip it into any directory (ie: C:\Program Files\Qemu)
- if you want, proceed with the accelerator below, if not go to downloading the image
QEMUアクセラレータ
QEMUアクセラレータはPCをx86ホストで走らせるときにQEMU PCエミュレータをより早く実行することを可能にするドライバーです。最新安定版はkqemu-1.3.0pre11.tar.gzです。
- ここからQEMUアクセラレータモジュールをダウンロードしてください。
- kqemu-version.tar.gzファイルを(例えばC:\Program Files\Qemu\KQemu-versionといった)ディレクトリに解凍してください。
- 入手したファイルフォーマットによっては2度解凍する必要があるかもしれません。
- ターゲットディレクトリに移動し、kqemu.infを選択してインストールしてください。(メニューを右クリックしてInstallを選択します。)
- command promptを開きます。(つまりcmd.exeです。) そして以下をタイプします。
- net start kqemu
- もし全て順調に進んだら、以下のメッセージが現れるはずです:
- The KQEMU virtualisation module for QEMU service was started successfully.
OLPCイメージのダウンロード
次にドライブのイメージをダウンロードする必要があります。Latest Stable Build on the OS Images pageに行って、ext3を探します。(このディレクトリにext3ファイルシステム用のイメージが格納されています;もし開発者ツールを使いたい場合はdevel_ext3に移動してください。) 必要なイメージはおそらく次のような名前になっているはずです。 olpc-redhat-stream-development-build-num-date_ext3.img.bz2
イメージをダウンロードした後、それを(bz2形式の扱えるプログラムで)解凍し、.imgファイルをQEMUと同じディレクトリにおく必要があります。(例えばC:\Program Files\Qemu)
OLPC環境のスタート
Before you launch the emulated image, we strongly recommend reading through the Sugar Instructions on how to use the environment -- this does not look like the Windows or Mac operating systems!
Open a command prompt (aka cmd.exe) in the QEMU directory and launch it using the appropriate image.
cd "\Program Files\Qemu" qemu.exe -L . -hda image_name
Where image_name is the newest version you have downloaded. For example:
qemu.exe -L . -hda olpc-redhat-stream-development-build-185-20061117_2030-devel_ext3.img
The emulator will start in a new window, and will soon display the OLPC 'XO' logo and 'Booting OLPC for qemu target in nn seconds'. (If it does not, then press any key to go to the GRUB menu and choose the 'OLPC for qemu target' option. You need to boot the emulator, not the OLPC hardware.)
Then you will see a typical Linux boot sequence ending in a dialog asking for your nickname.
As a reminder: pressing Alt + Ctrl will liberate / return control to Windows.
NOTE: There are a some issues (mainly for the first timers) on how to get the whole enchilada going.
OLPCイメージを閉じる
To close the OLPC "window" you must first go into the QEMU monitor screen and then quit. You do that by:
- Make sure the window has the focus (label should say QEMU - Press Ctrl-Alt to exit grab).
- Press Alt + Ctrl + 2 to enter the QEMU Monitor (may need shift as well on some computers: Alt + Ctrl + Shift + 2)
- Type quit or q to quit.
Please update User Feedback on Images#QEMU on Windows with your experience.
トラブルシューティング
See Emulating the XO/Help and tips.
From some info found [here.]