Jewel-mmo開発日記

RubyでMMORPGを作る過程を記録する日記。 Yokohama.rb 発起人。
2004-08-20

[Gentoo]Gentoo Linux on coLinux

簡単にインストール出来た。Gentoo Linux にさわるのは今回が初めて。

環境

  • Windows XP [Version 5.1.2600]
  • coLinux 0.6.1

手順

ほとんど にごろにっき にある通り。

  1. coLinux をダウンロード
  2. インストーラ(coLinux-0.6.1.exe)を実行
    • インストール先は C:\Program Files\coLinux
    • ディストリビューションは Gentoo Deluxe を選択
  3. インストール先にある gentoo-i586-ext3-2g-deluxe.bz2 を解凍する
  4. gentoo.colinux.xml を作成。 gentoo-i586-ext3-2g-deluxe のパスに注意。内容は下記参照
  5. ネットワークの設定

DOSプロンプトから起動。

cd "C:\Program Files\coLinux"
colinux-daemon -c gentoo.colinux.xml

gentoo.colinux.xml

<?xml version="1.0" encoding="UTF-8"?>
<colinux>
    <!-- your path may differ slightly. -->
    <block_device index="0" path="\DosDevices\C:\Program Files\coLinux\gentoo-i586-ext3-2g-deluxe" enabled="true"></block_device>
    <bootparams>root=/dev/cobd0</bootparams>
    <image path="vmlinux"></image>
    <!-- adjust the size to your needs -->
    <memory size="256"></memory>
    <!-- Make sure name= the exact name of the TAP device in your Network Connections!-->
    <network index="0" type="tap" name="TAP"></network>
</colinux>

参考