Linux Kernel Development (Second Edition) [Electronic resources] نسخه متنی

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

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

Linux Kernel Development (Second Edition) [Electronic resources] - نسخه متنی

Robert Love

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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






To Make a Long Story Short


This chapter looked at the page cache and page writeback. You saw how the kernel performs all page I/O through the page cache and how writes are deferred in the page cache and eventually written out to disk via the pdflush gang of kernel threads.

Over the last few chapters, you have built a solid understanding of memory and filesystem management. Now let's segue over to the topic of modules, and see how the Linux kernel provides a modular and dynamic infrastructure for the run-time insertion and removal of kernel code.


/ 215