Linux Device Drivers (3rd Edition) [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Linux Device Drivers (3rd Edition) [Electronic resources] - نسخه متنی

Jonathan Corbet, Greg Kroah-Hartman, Alessandro Rubini

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








Chapter 2. Building and Running Modules


It's almost time to begin programming. This chapter
introduces all the essential concepts about modules and kernel
programming. In these few pages, we build and run a complete (if
relatively useless) module, and look at some of the basic code shared
by all modules. Developing such expertise is an essential foundation
for any kind of modularized driver. To avoid throwing in too many
concepts at once, this chapter talks only about modules, without
referring to any specific device class.

All the kernel items (functions, variables, header files, and macros)
that are introduced here are described in a reference section at the
end of the chapter.


    / 202