<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/808909/">
    <title>808909 @ ウィキ</title>
    <link>http://w.atwiki.jp/808909/</link>
    <atom:link href="https://w.atwiki.jp/808909/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>808909 @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2009-11-05T14:54:43+09:00</dc:date>
    <utime>1257400483</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/808909/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/808909/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/808909/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/808909/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/808909/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/808909/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/808909/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/808909/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/808909/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/808909/pages/11.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/808909/pages/20.html">
    <title>要確認</title>
    <link>https://w.atwiki.jp/808909/pages/20.html</link>
    <description>
      -仮想アドレス・物理アドレス
-pci_refister_driver
-
-
-    </description>
    <dc:date>2009-11-05T14:54:43+09:00</dc:date>
    <utime>1257400483</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/808909/pages/19.html">
    <title>コマンド</title>
    <link>https://w.atwiki.jp/808909/pages/19.html</link>
    <description>
      *printk
**書式
#define KERN_EMERG    &quot;&lt;0&gt;&quot;  /* システムが使用不能          */
#define KERN_ALERT    &quot;&lt;1&gt;&quot;  /* 直ちに対処が必要            */
#define KERN_CRIT     &quot;&lt;2&gt;&quot;  /* 致命的な状態                */
#define KERN_ERR      &quot;&lt;3&gt;&quot;  /* エラー状態                  */
#define KERN_WARNING  &quot;&lt;4&gt;&quot;  /* 警告状態                    */
#define KERN_NOTICE   &quot;&lt;5&gt;&quot;  /* 通常状態だが大事な情報      */
#define KERN_INFO     &quot;&lt;6&gt;&quot;  /* 通知                        */
#define KERN_DEBUG    &quot;&lt;7&gt;&quot;  /* デバッグレベルの情報        */
**kernel側設定
/proc/sys/kernel/printk

echo &quot;1 1 1 1&quot; &gt; /proc/sys/kernel/printk    </description>
    <dc:date>2009-11-04T17:43:10+09:00</dc:date>
    <utime>1257324190</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/808909/pages/18.html">
    <title>Kernel再構築</title>
    <link>https://w.atwiki.jp/808909/pages/18.html</link>
    <description>
      |カーネル設定の初期化|make mrproper|make mrproper|
|カーネルデフォルト設定の.configへの反映|make oldconfig|make oldconfig|
|カーネルコンフィギュレーション|make config/make menuconfig/make xconfig|make config/make menuconfig/make xconfig/make gconfig|
|依存関係の確認|make dep|make|
|不要なファイルの削除|make clean| |
|カーネルのコンパイル|make bxImage| |
|カーネルモジュールのコンパイル|make modules| |
|カーネルモジュールのインストール|make modules_install|make modules_install|
|初期RAMディスクの作成|mkinitrd|mkinitrd|
|カーネルイメージの配置|/boot以下にコピー|installkernel|
|ブートローダの設定|手動||
||縦棒で|くぎります|    </description>
    <dc:date>2009-11-02T15:13:38+09:00</dc:date>
    <utime>1257142418</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/808909/pages/17.html">
    <title>Fedora8</title>
    <link>https://w.atwiki.jp/808909/pages/17.html</link>
    <description>
      Live CD から拡張領域にインストール。
パーティションの先頭にGRUBインストール。
MBRからChainbootで起動する。

Uncompressing Linux...OK, booting the Kernel.
Red Hat nash version 6.0.19 staritng

ここでとまってしまう。

e2fsprogsのバグらしいので、こいつをrpmで更新してやって、
mkinitrdでramディスクを作り直す必要がある模様

ふたたびLiveCDで起動、
別途downloadしたrpmをインストール
/usr/src/redhat/SOURCESが無いとか抜かすので、自分で作る必要あり
インストールした後、
拡張領域をmountし、そこの/bootに
mkinitrdでブート用ramディスクを作り直してやる。

再起動すると先に進むようになったが、
今度は
mount: cound not find filesystem &#039;/dev/root
setuproot:moving /dev failed:No such file or directory
setuproot:moving /proc failed:No such file or directory
setuproot:moving /sys failed:No such file or directory
だかなんだかで結局起動できない。
HDD読めてない？    </description>
    <dc:date>2009-10-29T16:31:13+09:00</dc:date>
    <utime>1256801473</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/808909/pages/16.html">
    <title>用語メモ</title>
    <link>https://w.atwiki.jp/808909/pages/16.html</link>
    <description>
      用語のメモを追加する
・e2fsprogs
・RPMコマンドの使い方は？
・http://www.atmarkit.co.jp/flinux/rensai/linuxtips/671instfc3hdd.html
・
・
・
・
・    </description>
    <dc:date>2009-11-02T22:24:06+09:00</dc:date>
    <utime>1257168246</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/808909/pages/15.html">
    <title>RFCリスト</title>
    <link>https://w.atwiki.jp/808909/pages/15.html</link>
    <description>
      http://www.ietf.org/rfc.html 

[http://www.ietf.org/rfc/rfc2640.txt RFC 2460 : Internet Protocol, Version 6 (IPv6)]    </description>
    <dc:date>2009-01-12T18:47:50+09:00</dc:date>
    <utime>1231753670</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/808909/pages/14.html">
    <title>ICMPv6_type</title>
    <link>https://w.atwiki.jp/808909/pages/14.html</link>
    <description>
      -[[ ICMPv6のtype一覧(IANA) &gt;&gt;http://www.iana.org/assignments/icmpv6-parameters]]    </description>
    <dc:date>2009-01-12T18:28:44+09:00</dc:date>
    <utime>1231752524</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/808909/pages/13.html">
    <title>ICMPv6</title>
    <link>https://w.atwiki.jp/808909/pages/13.html</link>
    <description>
             0                   1                   2                   3
       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |     [[ICMPv6_type|Type]]    |     Code      |          Checksum               |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |                                                               |
      +                         Message Body                          +
      |                                                               |    </description>
    <dc:date>2009-01-12T18:29:43+09:00</dc:date>
    <utime>1231752583</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/808909/pages/12.html">
    <title>IPv6ヘッダ</title>
    <link>https://w.atwiki.jp/808909/pages/12.html</link>
    <description>
      IPv6 Header Format

参照：[http://www.ietf.org/rfc/rfc2640.txt RFC 2460]


   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |Version| Traffic Class |           Flow Label                  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |         Payload Length        |  Next Header  |   Hop Limit   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                                                               |
   +                                                               +
   |                                                               |
   +                         Source Address                        +
   |                                                               |
   +                                                               +
   |                                                               |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             </description>
    <dc:date>2009-01-12T20:30:13+09:00</dc:date>
    <utime>1231759813</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/808909/pages/11.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/808909/pages/11.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2009-01-12T17:37:24+09:00</dc:date>
    <utime>1231749444</utime>
  </item>
  </rdf:RDF>
