本章要先浏览一下内核发出的启动信息,然后再逐个讲解一些有意思的点。 2.1 启动过程 图2-1显示了基于x86计算机Linux系统的启动顺序。第一步是BIOS从启动设备中导入主引导记录(MBR),接下...
用新安装的内核编译新网卡出现‘struct net_device’ has no member named ‘mc_list’
报错信息如下:make -C /lib/modules/2.6.38/build SUBDIRS=/usr/src/AR81/src modules make:...
Linux kernel source not configured:missing autoconf.h
内核版本:2.6.38 编译网卡驱动出错提示: Linux kernel source not configured:missing autoconf.h 解决方法: cd /usr/src/linu...
Linux kernel Task 03:How to patch for the Linux kernel
I have been very busy recently,let's go on the task 03.How to patch for the Linux kernel. This&n...
Linux kernel Task 02:Compile your costom kernel
第2个任务描述如下: This is Task 02 of the Eudyptula Challenge ----...
Linux kernel task 1:Hello world
开始这个计划源于一个Linux kernel challenge.网址为: http://eudyptula-challenge.org/ 想要参加的朋友可以发送电子邮件报名参加。以下是我的第一个任务...