【问题标题】:Is there any description of linux boot procedure at source level?在源代码级别是否有任何关于 linux 引导过程的描述?
【发布时间】:2013-10-03 10:16:30
【问题描述】:

我想学习与引导相关的 C 和汇编代码。我尝试使用许多关键字进行谷歌搜索,但大多数网页都包含引导程序的概述。当然,因为我的英语很差,我找不到合适的关键字来获得所需的结果。我的意思是我想要描述以下文件功能的网页或书籍。

usr/src/linux-3.2.28/arch/x86/boot/header.S  
usr/src/linux-3.2.28/arch/x86/boot/main.c  
usr/src/linux-3.2.28/arch/x86/boot/pm.c  
usr/src/linux-3.2.28/arch/x86/boot/pmjump.S  
usr/src/linux-3.2.28/arch/x86/boot/compressed/head_32.S
arch/x86/boot/kernel/head_32.S  
usr/src/linux-3.2.28/arch/x86/boot/compressed/misc.c 
init/main.c  

任何网页?

【问题讨论】:

标签: linux bootstrapping


【解决方案1】:

我使用搜索 'the kernel boot process' 并被引导到具有此图表的 "Inside the Linux boot process" on IBM developerworks

您应该通读那篇文章以很好地了解启动过程。

【讨论】:

  • @inherithandle :你真正想要什么做什么?源代码的逐行解释?如果是这样,请支付咨询费用。
  • 对。但我想要免费的解释。
猜你喜欢
  • 1970-01-01
  • 2023-03-22
  • 2019-12-08
  • 2011-01-25
  • 2010-11-12
  • 2019-12-12
  • 2012-02-13
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多