自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (1)
  • 收藏
  • 关注

转载 7.4. Boot-Time Initialization Routines

  7.4. Boot-Time Initialization RoutinesMost initialization routines have two interesting properties:They need to be executed at boot time, when all the kernel components get initialized.

2008-11-04 20:39:00 471

转载 7.2. Module Initialization Code

  Because the examples in the following sections often refer to modules , a couple of initial concepts have to be made clear.Kernel code can be either statically linked to the main image or loaded

2008-11-04 20:38:00 525

转载 Chapter 7. Kernel Infrastructure for Component Initialization

  Chapter 7. Kernel Infrastructure for Component InitializationTo fully understand a kernel component, you have to know not only what a given set of routines does, but also when those rout

2008-11-04 20:37:00 603

转载 6.4. Example of PCI NIC Driver Registration

  6.4. Example of PCI NIC Driver RegistrationLets use the Intel PRO/100 Ethernet driver in drivers/net/e100.c to illustrate a driver registration:#define INTEL_8255X_ETHERNET_DEVICE(device_id, ic

2008-11-04 20:35:00 638

转载 Chapter 6. The PCI Layer and Network Interface Cards

  Chapter 6. The PCI Layer and Network Interface CardsGiven the popularity of the PCI bus, on the x86 as well as other architectures, we will spend a few pages on it so that you can understand how

2008-11-04 20:34:00 530

原创 5.10. Tuning via /proc Filesystem

  5.10. Tuning via /proc FilesystemFigure 5-5 shows the files that can be used either to tune or to view the status of configuration parameters related to the topics covered in this chapter.In /

2008-11-04 20:32:00 399

转载 5.5 Initialization Options

  5.5. Initialization OptionsBoth components built into the kernel and components loaded as modules can be passed input parameters so that users can fine-tune the functionality implemented

2008-11-04 20:30:00 514

转载 5.4. Interaction Between Devices and Kernel

  5.4. Interaction Between Devices and KernelNearly all devices (including NICs) interact with the kernel in one of two ways:PollingDriven on the kernel side. The kernel checks the devic

2008-11-04 20:28:00 335

转载 Chapter 5. Network Device Initialization

The flexibility of modern operating systems introduces complexity into initialization . First, a device driver can be loaded as either a module or a static component of the kernel. Furthermore, device

2008-11-04 20:26:00 441

verilog教程

非常简单实用,只有70多页,我是一下午加一晚上就看完了,感觉很实用,拿来和大家分享.

2012-11-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除