タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

linuxとkernelに関するk0yのブックマーク (4)

  • 革命の日々! [PATCH 0/3] removing unwanted module configs

    Steven Rostedt が動作中のカーネルのlsmod情報から、必要なハードウェアのみONの最小 .configを生成してくれるスクリプトを開発した。 これで、最小コンパイル時間が満喫できる。らしい As it has been brought up last Kernel Summit, we want to make it easier for those that report bugs to build their own kernels, and maybe even bisect with git. Some of these people are not programmers and do not understand the complexity of the configuration options. But to compile a distribution

  • Linux_2_6_26 - Linux Kernel Newbies

    Linux kernel version 2.6.26 Released 13 July 2008 (full SCM git log) Summary: 2.6.26 adds support for read-only bind mounts, x86 PAT (Page Attribute Tables), PCI Express ASPM (Active State Power Management), ports of KVM to IA64, S390 and PPC, other KVM improvements including basic paravirtualization support, preliminary support of the future 802.11s wireless mesh standard, much improved webcam su

  • はじめてのカーネル・ソース---目次:ITpro

    なかなかハードルが高く,多くの人が踏み出せないでいるカーネルのソース・コードの読解。連載では,今までカーネル・ソースなんて見たことがないという人に,読みこなすコツをお教えします。 カーネルのコンパイル方法については,関連記事「やってみると意外に簡単!? Linuxカーネル・コンパイル入門」をお読みください。 また,カーネル・パラメータの項目については,関連記事「「Linuxカーネルの設定パラメータ」」で公開しています。 第1回 どうしたら読めるようになるのか 第2回 C言語とライブラリの初歩 第3回 カーネル・ソース内のシステム・コールを確認する 第4回 カーネルが構造体を好むワケ 第5回 デバイス・ドライバとモジュール 第6回 構造体に「関数」を登録する 第7回 ネットワーク処理はモジュール処理と上下が逆 第8回 データに意味付けするキャスティング手法 第9回 機能拡張でよく使われる共

    はじめてのカーネル・ソース---目次:ITpro
    k0y
    k0y 2007/11/09
    カーネルソースの読み方
  • Linux、クラスタ、1Uサーバのクラスターコンピューティング(株) - Linuxカーネルをソースからコンパイルしてみました

    当社では、製品の使用目的やお客様の用途に合わせてLinuxカーネルの最適化を行っています。そのためディストリビューションのカーネルをそのまま用いることはほとんど無く、ソースから必要な機能のみをイネーブルしてコンパイルしたカーネルを用いています。新人の私は、Linuxカーネルをコンパイルしたことがなかったので、勉強がてらチャレンジしてみました。1. ソース・ファイルの入手と準備 現在のバージョンの確認方法 $ su  # uname -a  Linux kakkey 2.6.21.4 ・・・ ディレクトリを移動  # cd /usr/src 最新のカーネル・ソースをhttp://www.kernel.orgより入手します。  The Public Linux Archive →   Linux Repository,including kernel source →   kernel/ → 

  • 1