2006-05-11から1日間の記事一覧

データ構造を

などと偉そうなコトを言いつつ、よく考えたらamazon:Linux カーネル解析入門にある通り、初期化しているあたりから読まねーと意味が分からんコトに気づく。(遅 読まんとね、という部分を以下に列挙。(箇条書きの階層深いが大丈夫か start_kernel()#init/main…

どうも余計なトコに目がいく悪い癖が

hw_irq_controller 型 (hw_interrupt_type 構造体) irq_desc_t 型 (irq_desc 構造体) irqaction 構造体 について調査を、と思ってたんですが、irq_desc 構造体の定義に挿入されておる ____cacheline_aligned なるナニが気になり、調査中に firefox がカタま…

interrupt シンボルの解決

void __init init_IRQ(void) { int i; /* all the set up before the call gates are initialised */ pre_intr_init_hook(); /* * Cover the whole vector space, no vector can escape * us. (some of these will be overridden and become * 'special' SMP…