エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
KernelHacking-HOWTO/Debugging_Kernel - Linux Kernel Newbies
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
KernelHacking-HOWTO/Debugging_Kernel - Linux Kernel Newbies
What should I have to fix a bug? Bug. Well known particular bug. A buggy kernel. Bit of luck. Not... What should I have to fix a bug? Bug. Well known particular bug. A buggy kernel. Bit of luck. Note: Having a repeatable bug is more then 50% of success. All examples are from 2.6.17.13 (i386) Function printk(). printk is a very useful function similar to printf(). This function works everywhere and at any time (apart from early stage of booting the kernel when video isn't initialized). It uses log

